Closed gnufied closed 1 year ago
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: gnufied
The full list of commands accepted by this bot can be found here.
The pull request process is described here
/hold
/hold cancel
CI failure could be related: [vSphere-Problem-Detector] should check the vsphere version and report in metric for alerter raising by CSO
(lgtm otherwise)
/retest
@gnufied: The following test failed, say /retest
to rerun all failed tests or /retest-required
to rerun all mandatory failed tests:
Test name | Commit | Details | Required | Rerun command |
---|---|---|---|---|
ci/prow/e2e-vsphere-csi-extended | 7313f8728c6d82872a27d7a27e8d98b6b4aef4de | link | false | /test e2e-vsphere-csi-extended |
Full PR test history. Your PR dashboard.
@Phaow @duanwei33 Can you help out with those extended tests and why they are failing? I tested after this change and I can see both vcenter and esxi metrics present as expected.
I feel like this job has a problem on 4.15 because:
ocSupportVsVersion := map[string]string{
"4.12": "7.0.2",
"4.13": "7.0.2",
"4.14": "7.0.2",
}
So there is no version mapping for 4.15 yet. I am not sure how it will pass in 4.15 environment.
Hi @gnufied , good catch, correct the ocSupportVsVersion
map missed the latest 4.15, sorry for the noise, I fixed it in https://github.com/openshift/openshift-tests-private/pull/11949 . We could ignore it firstly, the fix will maybe merge a bit later(After team back to review). BTW, for the 4.15 plan we still support vSphere 7.0.2+, right?
/lgtm
@gnufied: This pull request references Jira Issue OCPBUGS-7413, which is invalid:
Comment /jira refresh
to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.
The bug has been updated to refer to the pull request using the external bug tracker.
/jira refresh
@gnufied: This pull request references Jira Issue OCPBUGS-7413, which is valid. The bug has been moved to the POST state.
No GitHub users were found matching the public email listed for the QA contact in Jira (wduan@redhat.com), skipping review request.
@gnufied: Jira Issue OCPBUGS-7413: Some pull requests linked via external trackers have merged:
The following pull requests linked via external trackers have not merged:
These pull request must merge or be unlinked from the Jira bug in order for it to move to the next state. Once unlinked, request a bug refresh with /jira refresh
.
Jira Issue OCPBUGS-7413 has not been moved to the MODIFIED state.
This change frees up individual check from storing the metrics that can change and need not be emitted anymore.
Fixes OCPBUGS-7413