From: Casey Bodley Date: Wed, 20 Sep 2023 15:11:37 +0000 (-0400) Subject: qa/rgw/notifications: pin to centos_latest X-Git-Tag: testing/wip-jcollin-testing-20240711.125835-reef~25^2~19 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0f15fd37cbbb47485aeb5293ceda3d91c4ce181a;p=ceph-ci.git qa/rgw/notifications: pin to centos_latest the subsuite had a supported-all-distro$/ subdirectory, but that only contained centos_8.yaml. qa/tasks/rabbitmq.py is hardcoded to use 'yum' and rpm packages, so replace supported-all-distro$ with a link to centos_latest.yaml Signed-off-by: Casey Bodley (cherry picked from commit 2d9348ad564f9199ae58062c1d12b7020cba0790) --- diff --git a/qa/suites/rgw/notifications/centos_latest.yaml b/qa/suites/rgw/notifications/centos_latest.yaml new file mode 120000 index 00000000000..bd9854e7029 --- /dev/null +++ b/qa/suites/rgw/notifications/centos_latest.yaml @@ -0,0 +1 @@ +.qa/distros/supported/centos_latest.yaml \ No newline at end of file diff --git a/qa/suites/rgw/notifications/supported-all-distro$/$ b/qa/suites/rgw/notifications/supported-all-distro$/$ deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/qa/suites/rgw/notifications/supported-all-distro$/.qa b/qa/suites/rgw/notifications/supported-all-distro$/.qa deleted file mode 120000 index a602a0353e7..00000000000 --- a/qa/suites/rgw/notifications/supported-all-distro$/.qa +++ /dev/null @@ -1 +0,0 @@ -../.qa/ \ No newline at end of file diff --git a/qa/suites/rgw/notifications/supported-all-distro$/centos_8.yaml b/qa/suites/rgw/notifications/supported-all-distro$/centos_8.yaml deleted file mode 120000 index c23fd05400f..00000000000 --- a/qa/suites/rgw/notifications/supported-all-distro$/centos_8.yaml +++ /dev/null @@ -1 +0,0 @@ -../.qa/distros/supported-all-distro/centos_8.yaml \ No newline at end of file