From 2755bec58f6b659fa46c8d717c895ee4fa4270d0 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Mon, 23 Mar 2026 10:12:16 -0400 Subject: [PATCH] qa/distros: add centos 9 stream back to supported distros https://github.com/ceph/ceph/pull/66055 replaced centos_latest with rpm_latest but didn't add centos_9 back. we want to test both Signed-off-by: Casey Bodley --- qa/distros/supported-random-distro$/centos_9.stream.yaml | 1 + qa/distros/supported/centos_9.stream.yaml | 1 + 2 files changed, 2 insertions(+) create mode 120000 qa/distros/supported-random-distro$/centos_9.stream.yaml create mode 120000 qa/distros/supported/centos_9.stream.yaml diff --git a/qa/distros/supported-random-distro$/centos_9.stream.yaml b/qa/distros/supported-random-distro$/centos_9.stream.yaml new file mode 120000 index 000000000000..38fea53ed699 --- /dev/null +++ b/qa/distros/supported-random-distro$/centos_9.stream.yaml @@ -0,0 +1 @@ +../all/centos_9.stream.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 new file mode 120000 index 000000000000..38fea53ed699 --- /dev/null +++ b/qa/distros/supported/centos_9.stream.yaml @@ -0,0 +1 @@ +../all/centos_9.stream.yaml \ No newline at end of file -- 2.47.3