From d02e5197705fcc9898a83272371238a0e1f9be33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Andr=C3=A9?= Date: Tue, 20 Dec 2022 17:18:49 +0100 Subject: [PATCH] OpenStack: Remove obsolete skips 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 https://github.com/openshift/origin/pull/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 https://github.com/openshift/origin/pull/27613 as soon as the 1.26 rebase lands. Drop the obsolete TEST_SKIPS for now at least until the revert is effective. --- .../shiftstack-shiftstack-ci-main__periodic-4.13.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/ci-operator/config/shiftstack/shiftstack-ci/shiftstack-shiftstack-ci-main__periodic-4.13.yaml b/ci-operator/config/shiftstack/shiftstack-ci/shiftstack-shiftstack-ci-main__periodic-4.13.yaml index 9dcf092b002d2..75e0028746cd7 100644 --- a/ci-operator/config/shiftstack/shiftstack-ci/shiftstack-shiftstack-ci-main__periodic-4.13.yaml +++ b/ci-operator/config/shiftstack/shiftstack-ci/shiftstack-shiftstack-ci-main__periodic-4.13.yaml @@ -87,7 +87,6 @@ tests: steps: cluster_profile: openstack-vh-mecha-az0 env: - TEST_SKIPS: In-tree Volumes ZONES_COUNT: "1" workflow: openshift-e2e-openstack-proxy - as: e2e-openstack-csi-cinder @@ -148,7 +147,6 @@ tests: env: APPLICATION_CREDENTIALS: "true" ROTATE_CLOUD_CREDENTIALS: "true" - TEST_SKIPS: 'In-tree Volumes \[Driver: cinder\]' workflow: openshift-e2e-openstack-ipi zz_generated_metadata: branch: main