From 75c4e2897f03240d64efca1d6b95abfd8b799dac Mon Sep 17 00:00:00 2001 From: Ilya Dryomov Date: Tue, 7 Jul 2026 11:29:44 +0200 Subject: [PATCH] qa/suites/rbd/valgrind: pin to centos_9.stream instead of rpm_latest This used to be the case before commit d4b977afdc59 ("qa/distros: rename centos_latest.yaml to rpm_latest.yaml") and subsequent changes to enable Rocky 10. When paired with valgrind, python_api_tests* jobs fail persistently on Ubuntu and Rocky, see [1]. Switch back until that is resolved (or for as long as centos_9.stream remains in the mix). [1] https://tracker.ceph.com/issues/74864 Fixes: https://tracker.ceph.com/issues/77982 Signed-off-by: Ilya Dryomov --- qa/suites/rbd/valgrind/centos_9.stream.yaml | 1 + qa/suites/rbd/valgrind/rpm_latest.yaml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 120000 qa/suites/rbd/valgrind/centos_9.stream.yaml delete mode 120000 qa/suites/rbd/valgrind/rpm_latest.yaml diff --git a/qa/suites/rbd/valgrind/centos_9.stream.yaml b/qa/suites/rbd/valgrind/centos_9.stream.yaml new file mode 120000 index 00000000000..dc442c24149 --- /dev/null +++ b/qa/suites/rbd/valgrind/centos_9.stream.yaml @@ -0,0 +1 @@ +.qa/distros/all/centos_9.stream.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 deleted file mode 120000 index 2e6628f8e20..00000000000 --- a/qa/suites/rbd/valgrind/rpm_latest.yaml +++ /dev/null @@ -1 +0,0 @@ -.qa/distros/all/rpm_latest.yaml \ No newline at end of file -- 2.47.3