From: Ilya Dryomov Date: Tue, 7 Jul 2026 09:29:44 +0000 (+0200) Subject: qa/suites/rbd/valgrind: pin to centos_9.stream instead of rpm_latest X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=75c4e2897f03240d64efca1d6b95abfd8b799dac;p=ceph.git 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 --- 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