From 917d675496fbdd8b249cd63daca4f463c83f7e88 Mon Sep 17 00:00:00 2001 From: Adam King Date: Fri, 14 Jun 2024 11:59:27 -0400 Subject: [PATCH] qa/crimson-rados: remove centos 8 symlinks As we're trying to drop centos 8 from the distros we test on these symlinks are now dead and need to be cleaned up. In main, there was no replacement for these symlinks (it just relies on the crimson-supposted-all-distro dir for its distro) so I'm just removing them here. Signed-off-by: Adam King (cherry picked from commit 65fd8a574626e9ae63a4064802757d79f74b1b1a) --- qa/suites/crimson-rados/basic/centos_8.stream.yaml | 1 - qa/suites/crimson-rados/rbd/centos_8.stream.yaml | 1 - qa/suites/crimson-rados/thrash/centos_8.stream.yaml | 1 - 3 files changed, 3 deletions(-) delete mode 120000 qa/suites/crimson-rados/basic/centos_8.stream.yaml delete mode 120000 qa/suites/crimson-rados/rbd/centos_8.stream.yaml delete mode 120000 qa/suites/crimson-rados/thrash/centos_8.stream.yaml diff --git a/qa/suites/crimson-rados/basic/centos_8.stream.yaml b/qa/suites/crimson-rados/basic/centos_8.stream.yaml deleted file mode 120000 index 5dceec7e222bd..0000000000000 --- a/qa/suites/crimson-rados/basic/centos_8.stream.yaml +++ /dev/null @@ -1 +0,0 @@ -.qa/distros/supported/centos_8.stream.yaml \ No newline at end of file diff --git a/qa/suites/crimson-rados/rbd/centos_8.stream.yaml b/qa/suites/crimson-rados/rbd/centos_8.stream.yaml deleted file mode 120000 index 5dceec7e222bd..0000000000000 --- a/qa/suites/crimson-rados/rbd/centos_8.stream.yaml +++ /dev/null @@ -1 +0,0 @@ -.qa/distros/supported/centos_8.stream.yaml \ No newline at end of file diff --git a/qa/suites/crimson-rados/thrash/centos_8.stream.yaml b/qa/suites/crimson-rados/thrash/centos_8.stream.yaml deleted file mode 120000 index 5dceec7e222bd..0000000000000 --- a/qa/suites/crimson-rados/thrash/centos_8.stream.yaml +++ /dev/null @@ -1 +0,0 @@ -.qa/distros/supported/centos_8.stream.yaml \ No newline at end of file -- 2.39.5