Bug 2024617: Fix vSphere CSI jobs on 4.10#23769
Bug 2024617: Fix vSphere CSI jobs on 4.10#23769openshift-merge-robot merged 2 commits intoopenshift:masterfrom
Conversation
|
@jsafrane: This pull request references Bugzilla bug 2024617, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. 3 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Bugzilla (wduan@redhat.com), skipping review request. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/retest |
bertinatto
left a comment
There was a problem hiding this comment.
LGTM, just a nit about owners
To get the CSI driver installed.
15f2684 to
f695db4
Compare
bertinatto
left a comment
There was a problem hiding this comment.
/lgtm
Thanks for removing TechPreviewNoUpgrade from the CSI job, I missed that.
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bertinatto, jsafrane, stbenjam The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@jsafrane: All pull requests linked via external trackers have merged: Bugzilla bug 2024617 has been moved to the MODIFIED state. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@jsafrane: Updated the following 4 configmaps:
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
In 4.10, the vSphere CSI driver is installed by default, there is no need to enable TechPreviewNoUpgrade. Enabling tech preview enables CSI migration, which we know is broken right now.
Therefore:
openshift-e2e-vsphere-csi-techpreviewthat enablesTechPreviewNoUpgradeand use it in 4.8-4.9 CI jobsopenshift-e2e-vsphere-csinot to enable it and use it in 4.10 jobs.@openshift/storage