From f84c08b5ab5852825d490ba64307c0cee1fc01f0 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Wed, 20 Sep 2023 11:11:37 -0400 Subject: [PATCH] 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) --- qa/suites/rgw/notifications/centos_latest.yaml | 1 + qa/suites/rgw/notifications/supported-all-distro$/$ | 0 qa/suites/rgw/notifications/supported-all-distro$/.qa | 1 - qa/suites/rgw/notifications/supported-all-distro$/centos_8.yaml | 1 - 4 files changed, 1 insertion(+), 2 deletions(-) create mode 120000 qa/suites/rgw/notifications/centos_latest.yaml delete mode 100644 qa/suites/rgw/notifications/supported-all-distro$/$ delete mode 120000 qa/suites/rgw/notifications/supported-all-distro$/.qa delete mode 120000 qa/suites/rgw/notifications/supported-all-distro$/centos_8.yaml 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 -- 2.39.5