From e9ef70baca75aab426459e2136a98b92fff47595 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Tue, 26 May 2026 22:21:12 -0400 Subject: [PATCH] qa/distros: use consistent naming Put the release name in the yaml name so it's easy to read from the job description. "ubuntu_latest" means different things depending on the Ceph release. Signed-off-by: Patrick Donnelly --- qa/distros/crimson-supported-all-distro/rocky_10.yaml | 1 + qa/distros/crimson-supported-all-distro/rpm_latest.yaml | 1 - qa/distros/supported-random-distro$/ubuntu_22.04.yaml | 1 - qa/distros/supported-random-distro/centos_9.stream.yaml | 2 +- qa/distros/supported-random-distro/rocky_10.yaml | 1 + qa/distros/supported-random-distro/rpm_latest.yaml | 1 - qa/distros/supported-random-distro/ubuntu_22.04.yaml | 1 + qa/distros/supported-random-distro/ubuntu_24.04.yaml | 1 + qa/distros/supported-random-distro/ubuntu_latest.yaml | 1 - qa/distros/supported/centos_9.stream.yaml | 2 +- qa/distros/supported/rocky_10.yaml | 1 + qa/distros/supported/rpm_latest.yaml | 1 - qa/distros/supported/ubuntu_22.04.yaml | 2 +- qa/distros/supported/ubuntu_24.04.yaml | 1 + qa/distros/supported/ubuntu_latest.yaml | 1 - qa/suites/fs/bugs/client_trim_caps/rpm_latest.yaml | 2 +- qa/suites/fs/mixed-clients/distro/rpm_latest.yaml | 2 +- qa/suites/fs/multiclient/distros/ubuntu_latest.yaml | 2 +- qa/suites/fs/valgrind/rpm_latest.yaml | 2 +- qa/suites/fs/verify/distro/rpm_latest.yaml | 2 +- qa/suites/hadoop/basic/distros/ubuntu_latest.yaml | 2 +- qa/suites/nvmeof/basic/rpm_latest.yaml | 2 +- qa/suites/nvmeof/thrash/rpm_latest.yaml | 2 +- qa/suites/perf-basic/ubuntu_latest.yaml | 2 +- qa/suites/rados/perf/ubuntu_latest.yaml | 2 +- qa/suites/rados/valgrind-leaks/rpm_latest.yaml | 2 +- qa/suites/rados/verify/rpm_latest.yaml | 2 +- qa/suites/rbd/valgrind/rpm_latest.yaml | 2 +- qa/suites/rgw/multifs/ubuntu_latest.yaml | 2 +- qa/suites/rgw/notifications/tasks/amqp/rpm_latest.yaml | 2 +- qa/suites/rgw/service-token/ubuntu_latest.yaml | 2 +- qa/suites/rgw/tempest/ubuntu_latest.yaml | 2 +- qa/suites/rgw/thrash/ubuntu_latest.yaml | 2 +- qa/suites/rgw/tools/rpm_latest.yaml | 2 +- qa/suites/windows/basic/ubuntu_latest.yaml | 2 +- 35 files changed, 29 insertions(+), 29 deletions(-) create mode 120000 qa/distros/crimson-supported-all-distro/rocky_10.yaml delete mode 120000 qa/distros/crimson-supported-all-distro/rpm_latest.yaml delete mode 120000 qa/distros/supported-random-distro$/ubuntu_22.04.yaml create mode 120000 qa/distros/supported-random-distro/rocky_10.yaml delete mode 120000 qa/distros/supported-random-distro/rpm_latest.yaml create mode 120000 qa/distros/supported-random-distro/ubuntu_22.04.yaml create mode 120000 qa/distros/supported-random-distro/ubuntu_24.04.yaml delete mode 120000 qa/distros/supported-random-distro/ubuntu_latest.yaml create mode 120000 qa/distros/supported/rocky_10.yaml delete mode 120000 qa/distros/supported/rpm_latest.yaml create mode 120000 qa/distros/supported/ubuntu_24.04.yaml delete mode 120000 qa/distros/supported/ubuntu_latest.yaml diff --git a/qa/distros/crimson-supported-all-distro/rocky_10.yaml b/qa/distros/crimson-supported-all-distro/rocky_10.yaml new file mode 120000 index 000000000000..7fb8900cd0e8 --- /dev/null +++ b/qa/distros/crimson-supported-all-distro/rocky_10.yaml @@ -0,0 +1 @@ +.qa/distros/all/rocky_10.yaml \ No newline at end of file diff --git a/qa/distros/crimson-supported-all-distro/rpm_latest.yaml b/qa/distros/crimson-supported-all-distro/rpm_latest.yaml deleted file mode 120000 index 28973f41bb8a..000000000000 --- a/qa/distros/crimson-supported-all-distro/rpm_latest.yaml +++ /dev/null @@ -1 +0,0 @@ -../all/rpm_latest.yaml \ No newline at end of file diff --git a/qa/distros/supported-random-distro$/ubuntu_22.04.yaml b/qa/distros/supported-random-distro$/ubuntu_22.04.yaml deleted file mode 120000 index 22cd6281b4fd..000000000000 --- a/qa/distros/supported-random-distro$/ubuntu_22.04.yaml +++ /dev/null @@ -1 +0,0 @@ -../all/ubuntu_22.04.yaml \ No newline at end of file diff --git a/qa/distros/supported-random-distro/centos_9.stream.yaml b/qa/distros/supported-random-distro/centos_9.stream.yaml index 3a07f924043f..dc442c241498 120000 --- a/qa/distros/supported-random-distro/centos_9.stream.yaml +++ b/qa/distros/supported-random-distro/centos_9.stream.yaml @@ -1 +1 @@ -.qa/distros/supported/centos_9.stream.yaml \ No newline at end of file +.qa/distros/all/centos_9.stream.yaml \ No newline at end of file diff --git a/qa/distros/supported-random-distro/rocky_10.yaml b/qa/distros/supported-random-distro/rocky_10.yaml new file mode 120000 index 000000000000..7fb8900cd0e8 --- /dev/null +++ b/qa/distros/supported-random-distro/rocky_10.yaml @@ -0,0 +1 @@ +.qa/distros/all/rocky_10.yaml \ No newline at end of file diff --git a/qa/distros/supported-random-distro/rpm_latest.yaml b/qa/distros/supported-random-distro/rpm_latest.yaml deleted file mode 120000 index c50c34f80bb6..000000000000 --- a/qa/distros/supported-random-distro/rpm_latest.yaml +++ /dev/null @@ -1 +0,0 @@ -.qa/distros/supported/rpm_latest.yaml \ No newline at end of file diff --git a/qa/distros/supported-random-distro/ubuntu_22.04.yaml b/qa/distros/supported-random-distro/ubuntu_22.04.yaml new file mode 120000 index 000000000000..0a708b4dbd27 --- /dev/null +++ b/qa/distros/supported-random-distro/ubuntu_22.04.yaml @@ -0,0 +1 @@ +.qa/distros/all/ubuntu_22.04.yaml \ No newline at end of file diff --git a/qa/distros/supported-random-distro/ubuntu_24.04.yaml b/qa/distros/supported-random-distro/ubuntu_24.04.yaml new file mode 120000 index 000000000000..b3d91b75681d --- /dev/null +++ b/qa/distros/supported-random-distro/ubuntu_24.04.yaml @@ -0,0 +1 @@ +.qa/distros/all/ubuntu_24.04.yaml \ No newline at end of file diff --git a/qa/distros/supported-random-distro/ubuntu_latest.yaml b/qa/distros/supported-random-distro/ubuntu_latest.yaml deleted file mode 120000 index 3a09f9abb05c..000000000000 --- a/qa/distros/supported-random-distro/ubuntu_latest.yaml +++ /dev/null @@ -1 +0,0 @@ -.qa/distros/supported/ubuntu_latest.yaml \ No newline at end of file diff --git a/qa/distros/supported/centos_9.stream.yaml b/qa/distros/supported/centos_9.stream.yaml index 38fea53ed699..dc442c241498 120000 --- a/qa/distros/supported/centos_9.stream.yaml +++ b/qa/distros/supported/centos_9.stream.yaml @@ -1 +1 @@ -../all/centos_9.stream.yaml \ No newline at end of file +.qa/distros/all/centos_9.stream.yaml \ No newline at end of file diff --git a/qa/distros/supported/rocky_10.yaml b/qa/distros/supported/rocky_10.yaml new file mode 120000 index 000000000000..7fb8900cd0e8 --- /dev/null +++ b/qa/distros/supported/rocky_10.yaml @@ -0,0 +1 @@ +.qa/distros/all/rocky_10.yaml \ No newline at end of file diff --git a/qa/distros/supported/rpm_latest.yaml b/qa/distros/supported/rpm_latest.yaml deleted file mode 120000 index 28973f41bb8a..000000000000 --- a/qa/distros/supported/rpm_latest.yaml +++ /dev/null @@ -1 +0,0 @@ -../all/rpm_latest.yaml \ No newline at end of file diff --git a/qa/distros/supported/ubuntu_22.04.yaml b/qa/distros/supported/ubuntu_22.04.yaml index 22cd6281b4fd..0a708b4dbd27 120000 --- a/qa/distros/supported/ubuntu_22.04.yaml +++ b/qa/distros/supported/ubuntu_22.04.yaml @@ -1 +1 @@ -../all/ubuntu_22.04.yaml \ No newline at end of file +.qa/distros/all/ubuntu_22.04.yaml \ No newline at end of file diff --git a/qa/distros/supported/ubuntu_24.04.yaml b/qa/distros/supported/ubuntu_24.04.yaml new file mode 120000 index 000000000000..b3d91b75681d --- /dev/null +++ b/qa/distros/supported/ubuntu_24.04.yaml @@ -0,0 +1 @@ +.qa/distros/all/ubuntu_24.04.yaml \ No newline at end of file diff --git a/qa/distros/supported/ubuntu_latest.yaml b/qa/distros/supported/ubuntu_latest.yaml deleted file mode 120000 index cfcd0d1a826a..000000000000 --- a/qa/distros/supported/ubuntu_latest.yaml +++ /dev/null @@ -1 +0,0 @@ -../all/ubuntu_latest.yaml \ No newline at end of file diff --git a/qa/suites/fs/bugs/client_trim_caps/rpm_latest.yaml b/qa/suites/fs/bugs/client_trim_caps/rpm_latest.yaml index c50c34f80bb6..2e6628f8e20c 120000 --- a/qa/suites/fs/bugs/client_trim_caps/rpm_latest.yaml +++ b/qa/suites/fs/bugs/client_trim_caps/rpm_latest.yaml @@ -1 +1 @@ -.qa/distros/supported/rpm_latest.yaml \ No newline at end of file +.qa/distros/all/rpm_latest.yaml \ No newline at end of file diff --git a/qa/suites/fs/mixed-clients/distro/rpm_latest.yaml b/qa/suites/fs/mixed-clients/distro/rpm_latest.yaml index c50c34f80bb6..2e6628f8e20c 120000 --- a/qa/suites/fs/mixed-clients/distro/rpm_latest.yaml +++ b/qa/suites/fs/mixed-clients/distro/rpm_latest.yaml @@ -1 +1 @@ -.qa/distros/supported/rpm_latest.yaml \ No newline at end of file +.qa/distros/all/rpm_latest.yaml \ No newline at end of file diff --git a/qa/suites/fs/multiclient/distros/ubuntu_latest.yaml b/qa/suites/fs/multiclient/distros/ubuntu_latest.yaml index 3a09f9abb05c..fe01dafd4f70 120000 --- a/qa/suites/fs/multiclient/distros/ubuntu_latest.yaml +++ b/qa/suites/fs/multiclient/distros/ubuntu_latest.yaml @@ -1 +1 @@ -.qa/distros/supported/ubuntu_latest.yaml \ No newline at end of file +.qa/distros/all/ubuntu_latest.yaml \ No newline at end of file diff --git a/qa/suites/fs/valgrind/rpm_latest.yaml b/qa/suites/fs/valgrind/rpm_latest.yaml index c50c34f80bb6..2e6628f8e20c 120000 --- a/qa/suites/fs/valgrind/rpm_latest.yaml +++ b/qa/suites/fs/valgrind/rpm_latest.yaml @@ -1 +1 @@ -.qa/distros/supported/rpm_latest.yaml \ No newline at end of file +.qa/distros/all/rpm_latest.yaml \ No newline at end of file diff --git a/qa/suites/fs/verify/distro/rpm_latest.yaml b/qa/suites/fs/verify/distro/rpm_latest.yaml index c50c34f80bb6..2e6628f8e20c 120000 --- a/qa/suites/fs/verify/distro/rpm_latest.yaml +++ b/qa/suites/fs/verify/distro/rpm_latest.yaml @@ -1 +1 @@ -.qa/distros/supported/rpm_latest.yaml \ No newline at end of file +.qa/distros/all/rpm_latest.yaml \ No newline at end of file diff --git a/qa/suites/hadoop/basic/distros/ubuntu_latest.yaml b/qa/suites/hadoop/basic/distros/ubuntu_latest.yaml index 3a09f9abb05c..fe01dafd4f70 120000 --- a/qa/suites/hadoop/basic/distros/ubuntu_latest.yaml +++ b/qa/suites/hadoop/basic/distros/ubuntu_latest.yaml @@ -1 +1 @@ -.qa/distros/supported/ubuntu_latest.yaml \ No newline at end of file +.qa/distros/all/ubuntu_latest.yaml \ No newline at end of file diff --git a/qa/suites/nvmeof/basic/rpm_latest.yaml b/qa/suites/nvmeof/basic/rpm_latest.yaml index c50c34f80bb6..2e6628f8e20c 120000 --- a/qa/suites/nvmeof/basic/rpm_latest.yaml +++ b/qa/suites/nvmeof/basic/rpm_latest.yaml @@ -1 +1 @@ -.qa/distros/supported/rpm_latest.yaml \ No newline at end of file +.qa/distros/all/rpm_latest.yaml \ No newline at end of file diff --git a/qa/suites/nvmeof/thrash/rpm_latest.yaml b/qa/suites/nvmeof/thrash/rpm_latest.yaml index c50c34f80bb6..2e6628f8e20c 120000 --- a/qa/suites/nvmeof/thrash/rpm_latest.yaml +++ b/qa/suites/nvmeof/thrash/rpm_latest.yaml @@ -1 +1 @@ -.qa/distros/supported/rpm_latest.yaml \ No newline at end of file +.qa/distros/all/rpm_latest.yaml \ No newline at end of file diff --git a/qa/suites/perf-basic/ubuntu_latest.yaml b/qa/suites/perf-basic/ubuntu_latest.yaml index 3a09f9abb05c..fe01dafd4f70 120000 --- a/qa/suites/perf-basic/ubuntu_latest.yaml +++ b/qa/suites/perf-basic/ubuntu_latest.yaml @@ -1 +1 @@ -.qa/distros/supported/ubuntu_latest.yaml \ No newline at end of file +.qa/distros/all/ubuntu_latest.yaml \ No newline at end of file diff --git a/qa/suites/rados/perf/ubuntu_latest.yaml b/qa/suites/rados/perf/ubuntu_latest.yaml index 3a09f9abb05c..fe01dafd4f70 120000 --- a/qa/suites/rados/perf/ubuntu_latest.yaml +++ b/qa/suites/rados/perf/ubuntu_latest.yaml @@ -1 +1 @@ -.qa/distros/supported/ubuntu_latest.yaml \ No newline at end of file +.qa/distros/all/ubuntu_latest.yaml \ No newline at end of file diff --git a/qa/suites/rados/valgrind-leaks/rpm_latest.yaml b/qa/suites/rados/valgrind-leaks/rpm_latest.yaml index c50c34f80bb6..2e6628f8e20c 120000 --- a/qa/suites/rados/valgrind-leaks/rpm_latest.yaml +++ b/qa/suites/rados/valgrind-leaks/rpm_latest.yaml @@ -1 +1 @@ -.qa/distros/supported/rpm_latest.yaml \ No newline at end of file +.qa/distros/all/rpm_latest.yaml \ No newline at end of file diff --git a/qa/suites/rados/verify/rpm_latest.yaml b/qa/suites/rados/verify/rpm_latest.yaml index c50c34f80bb6..2e6628f8e20c 120000 --- a/qa/suites/rados/verify/rpm_latest.yaml +++ b/qa/suites/rados/verify/rpm_latest.yaml @@ -1 +1 @@ -.qa/distros/supported/rpm_latest.yaml \ No newline at end of file +.qa/distros/all/rpm_latest.yaml \ No newline at end of file diff --git a/qa/suites/rbd/valgrind/rpm_latest.yaml b/qa/suites/rbd/valgrind/rpm_latest.yaml index c50c34f80bb6..2e6628f8e20c 120000 --- a/qa/suites/rbd/valgrind/rpm_latest.yaml +++ b/qa/suites/rbd/valgrind/rpm_latest.yaml @@ -1 +1 @@ -.qa/distros/supported/rpm_latest.yaml \ No newline at end of file +.qa/distros/all/rpm_latest.yaml \ No newline at end of file diff --git a/qa/suites/rgw/multifs/ubuntu_latest.yaml b/qa/suites/rgw/multifs/ubuntu_latest.yaml index 3a09f9abb05c..fe01dafd4f70 120000 --- a/qa/suites/rgw/multifs/ubuntu_latest.yaml +++ b/qa/suites/rgw/multifs/ubuntu_latest.yaml @@ -1 +1 @@ -.qa/distros/supported/ubuntu_latest.yaml \ No newline at end of file +.qa/distros/all/ubuntu_latest.yaml \ No newline at end of file diff --git a/qa/suites/rgw/notifications/tasks/amqp/rpm_latest.yaml b/qa/suites/rgw/notifications/tasks/amqp/rpm_latest.yaml index c50c34f80bb6..2e6628f8e20c 120000 --- a/qa/suites/rgw/notifications/tasks/amqp/rpm_latest.yaml +++ b/qa/suites/rgw/notifications/tasks/amqp/rpm_latest.yaml @@ -1 +1 @@ -.qa/distros/supported/rpm_latest.yaml \ No newline at end of file +.qa/distros/all/rpm_latest.yaml \ No newline at end of file diff --git a/qa/suites/rgw/service-token/ubuntu_latest.yaml b/qa/suites/rgw/service-token/ubuntu_latest.yaml index 3a09f9abb05c..fe01dafd4f70 120000 --- a/qa/suites/rgw/service-token/ubuntu_latest.yaml +++ b/qa/suites/rgw/service-token/ubuntu_latest.yaml @@ -1 +1 @@ -.qa/distros/supported/ubuntu_latest.yaml \ No newline at end of file +.qa/distros/all/ubuntu_latest.yaml \ No newline at end of file diff --git a/qa/suites/rgw/tempest/ubuntu_latest.yaml b/qa/suites/rgw/tempest/ubuntu_latest.yaml index 3a09f9abb05c..fe01dafd4f70 120000 --- a/qa/suites/rgw/tempest/ubuntu_latest.yaml +++ b/qa/suites/rgw/tempest/ubuntu_latest.yaml @@ -1 +1 @@ -.qa/distros/supported/ubuntu_latest.yaml \ No newline at end of file +.qa/distros/all/ubuntu_latest.yaml \ No newline at end of file diff --git a/qa/suites/rgw/thrash/ubuntu_latest.yaml b/qa/suites/rgw/thrash/ubuntu_latest.yaml index 3a09f9abb05c..fe01dafd4f70 120000 --- a/qa/suites/rgw/thrash/ubuntu_latest.yaml +++ b/qa/suites/rgw/thrash/ubuntu_latest.yaml @@ -1 +1 @@ -.qa/distros/supported/ubuntu_latest.yaml \ No newline at end of file +.qa/distros/all/ubuntu_latest.yaml \ No newline at end of file diff --git a/qa/suites/rgw/tools/rpm_latest.yaml b/qa/suites/rgw/tools/rpm_latest.yaml index c50c34f80bb6..2e6628f8e20c 120000 --- a/qa/suites/rgw/tools/rpm_latest.yaml +++ b/qa/suites/rgw/tools/rpm_latest.yaml @@ -1 +1 @@ -.qa/distros/supported/rpm_latest.yaml \ No newline at end of file +.qa/distros/all/rpm_latest.yaml \ No newline at end of file diff --git a/qa/suites/windows/basic/ubuntu_latest.yaml b/qa/suites/windows/basic/ubuntu_latest.yaml index 3a09f9abb05c..fe01dafd4f70 120000 --- a/qa/suites/windows/basic/ubuntu_latest.yaml +++ b/qa/suites/windows/basic/ubuntu_latest.yaml @@ -1 +1 @@ -.qa/distros/supported/ubuntu_latest.yaml \ No newline at end of file +.qa/distros/all/ubuntu_latest.yaml \ No newline at end of file -- 2.47.3