From 63677f1d36dd2dd33dd0ffd251e417bd86b98e91 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) --- qa/suites/rgw/notifications/centos_latest.yaml | 1 + qa/suites/rgw/notifications/supported-all-distro$/$ | 0 qa/suites/rgw/notifications/supported-all-distro$/centos_8.yaml | 1 - 3 files changed, 1 insertion(+), 1 deletion(-) 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$/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 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$/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 -- 2.39.5