OpenStack: Remove obsolete skips#34948
Conversation
We're in the process of removing the in-tree cloud provider with the k8s 1.26 rebase, and to do so we had to skip in-tree cinder provisioner tests with openshift/origin#27613. This caused the periodic-ci-shiftstack-shiftstack-ci-main-periodic-4.13-e2e-openstack-ovn-appcreds job to fail with: Error: no tests were found matching the TEST_SKIPS regex: In-tree Volumes \[Driver: cinder\] The plan is to revert openshift/origin#27613 as soon as the 1.26 rebase lands. Drop the obsolete TEST_SKIPS for now at least until the revert is effective.
|
@mandre: the following rehearsable tests have been affected by this change:
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals. Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dulek, mandre, pierreprinetti 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 |
|
/pj-rehearse |
|
The jobs failed for known, unrelated, reasons. This patch is doing what it should. |
|
@mandre: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. I understand the commands that are listed here. |
|
@mandre: Updated the
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. |
We're in the process of removing the in-tree cloud provider with the k8s 1.26 rebase, and to do so we had to skip in-tree cinder provisioner tests with openshift/origin#27613.
This caused the
periodic-ci-shiftstack-shiftstack-ci-main-periodic-4.13-e2e-openstack-ovn-appcreds job to fail with:
The plan is to revert openshift/origin#27613 as soon as the 1.26 rebase lands. Drop the obsolete TEST_SKIPS for now at least until the revert is effective.