From: Casey Bodley Date: Wed, 20 Sep 2023 15:11:37 +0000 (-0400) Subject: qa/rgw/notifications: pin to centos_latest X-Git-Tag: v18.2.4~29 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=f84c08b5ab5852825d490ba64307c0cee1fc01f0;p=ceph.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) (cherry picked from commit 0f15fd37cbbb47485aeb5293ceda3d91c4ce181a) --- diff --git a/qa/suites/rgw/notifications/centos_latest.yaml b/qa/suites/rgw/notifications/centos_latest.yaml new file mode 120000 index 0000000000000..bd9854e702982 --- /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 e69de29bb2d1d..0000000000000 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 a602a0353e751..0000000000000 --- 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 c23fd05400f7f..0000000000000 --- 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