From 4bc1f376b901f809748b751d45899e512738c934 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Wed, 22 Mar 2023 13:57:57 -0400 Subject: [PATCH] qa/rgw: unpin centos for verify suite use a random supported distro instead of centos Fixes: https://tracker.ceph.com/issues/54102 Signed-off-by: Casey Bodley --- qa/suites/rgw/verify/centos_latest.yaml | 1 - qa/suites/rgw/verify/supported-random-distro$ | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 120000 qa/suites/rgw/verify/centos_latest.yaml create mode 120000 qa/suites/rgw/verify/supported-random-distro$ diff --git a/qa/suites/rgw/verify/centos_latest.yaml b/qa/suites/rgw/verify/centos_latest.yaml deleted file mode 120000 index bd9854e7029..00000000000 --- a/qa/suites/rgw/verify/centos_latest.yaml +++ /dev/null @@ -1 +0,0 @@ -.qa/distros/supported/centos_latest.yaml \ No newline at end of file diff --git a/qa/suites/rgw/verify/supported-random-distro$ b/qa/suites/rgw/verify/supported-random-distro$ new file mode 120000 index 00000000000..0862b4457b3 --- /dev/null +++ b/qa/suites/rgw/verify/supported-random-distro$ @@ -0,0 +1 @@ +.qa/distros/supported-random-distro$ \ No newline at end of file -- 2.39.5