From 863f8d789dbb02d70cbdf78790c63802cdd0f24d Mon Sep 17 00:00:00 2001 From: Ali Maredia Date: Thu, 3 Aug 2023 12:45:01 -0400 Subject: [PATCH] qa: pin rgw/crypt suite temporarily to ubuntu_latest barbican tests are only passing on ubunutu latest, this commit allows us to have a green crypt suite. Signed-off-by: Ali Maredia --- qa/suites/rgw/crypt/supported-random-distro$ | 1 - qa/suites/rgw/crypt/ubuntu_latest.yaml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 120000 qa/suites/rgw/crypt/supported-random-distro$ create mode 120000 qa/suites/rgw/crypt/ubuntu_latest.yaml diff --git a/qa/suites/rgw/crypt/supported-random-distro$ b/qa/suites/rgw/crypt/supported-random-distro$ deleted file mode 120000 index 0862b4457b37..000000000000 --- a/qa/suites/rgw/crypt/supported-random-distro$ +++ /dev/null @@ -1 +0,0 @@ -.qa/distros/supported-random-distro$ \ No newline at end of file diff --git a/qa/suites/rgw/crypt/ubuntu_latest.yaml b/qa/suites/rgw/crypt/ubuntu_latest.yaml new file mode 120000 index 000000000000..fe01dafd4f70 --- /dev/null +++ b/qa/suites/rgw/crypt/ubuntu_latest.yaml @@ -0,0 +1 @@ +.qa/distros/all/ubuntu_latest.yaml \ No newline at end of file -- 2.47.3