-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OCPBUGS-36773: UPSTREAM: <carry>: Disable vSphere tests with pre-provisioned volumes #2021
OCPBUGS-36773: UPSTREAM: <carry>: Disable vSphere tests with pre-provisioned volumes #2021
Conversation
PersistentVolumeLabel admission plugin is not working in 4.16. because there is no cloud provider initialized. Disable tests that need the admission, i.e. vSphere pre-provisioned and in-line tests. The tests were removed from upstream 1.30 release already, so no fix is needed in 4.17.
@jsafrane: This pull request references Jira Issue OCPBUGS-36773, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. In 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 openshift-eng/jira-lifecycle-plugin repository. |
@jsafrane: the contents of this pull request could not be automatically validated. The following commits could not be validated and must be approved by a top-level approver:
Comment |
/jira refresh |
@jsafrane: This pull request references Jira Issue OCPBUGS-36773, which is invalid:
Comment In 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 openshift-eng/jira-lifecycle-plugin repository. |
/jira refresh |
@jsafrane: This pull request references Jira Issue OCPBUGS-36773, which is valid. The bug has been moved to the POST state. 7 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Jira ([email protected]), skipping review request. In 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 openshift-eng/jira-lifecycle-plugin repository. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bertinatto, jsafrane The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/label backport-risk-assessed |
/remove-label backports/unvalidated-commits |
/label cherry-pick-approved |
@jsafrane: all tests passed! Full PR test history. Your PR dashboard. 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-sigs/prow repository. I understand the commands that are listed here. |
d77deb8
into
openshift:release-4.16
@jsafrane: Jira Issue OCPBUGS-36773: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-36773 has been moved to the MODIFIED state. In 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 openshift-eng/jira-lifecycle-plugin repository. |
[ART PR BUILD NOTIFIER] Distgit: openshift-enterprise-pod |
[ART PR BUILD NOTIFIER] Distgit: openshift-enterprise-hyperkube |
[ART PR BUILD NOTIFIER] Distgit: ose-installer-kube-apiserver-artifacts |
Fix included in accepted release 4.16.0-0.nightly-2024-09-04-133029 |
This is continuation of #1985 / #1986
PersistentVolumeLabel admission plugin is not working in 4.16. because there is no cloud provider initialized. Disable tests that need the admission, i.e. vSphere pre-provisioned and in-line tests.
The tests were removed from upstream 1.30 release already, so no fix is needed in 4.17. Proof: 4.17 job with vSphere topology enabled passes
@openshift/storage