From: Patrick Donnelly Date: Thu, 12 Feb 2026 15:36:29 +0000 (-0500) Subject: qa: use centos9 for fs suites using k-testing X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5b2f5ee919476c30099b03abb9ae8871ba66a653;p=ceph.git qa: use centos9 for fs suites using k-testing A better approach would be to include centos9 OR rocky10 for distribution choice. Then we can just filter out rocky10 when we're testing the `testing` kernel but keep rocky10 coverage for other testing. Signed-off-by: Patrick Donnelly --- diff --git a/qa/cephfs/mount/kclient/overrides/distro/testing/k-testing.yaml b/qa/cephfs/mount/kclient/overrides/distro/testing/k-testing.yaml index 8691a1bff658..8467bb2c4be8 100644 --- a/qa/cephfs/mount/kclient/overrides/distro/testing/k-testing.yaml +++ b/qa/cephfs/mount/kclient/overrides/distro/testing/k-testing.yaml @@ -6,6 +6,12 @@ teuthology: log.debug("overriding testing kernel with %s", kernel) yaml_fragment.kernel.client = kernel end + postmerge: + - | + if yaml.os_type == "rocky" then + log.debug("not testing on rocky: https://tracker.ceph.com/issues/74907") + reject() + end kernel: client: diff --git a/qa/suites/fs/workload/0-distro.yaml b/qa/suites/fs/workload/0-distro.yaml index b0375adbe724..a6dce0f51724 120000 --- a/qa/suites/fs/workload/0-distro.yaml +++ b/qa/suites/fs/workload/0-distro.yaml @@ -1 +1 @@ -.qa/distros/container-hosts/rocky_10.yaml \ No newline at end of file +.qa/distros/container-hosts/centos_9.stream.yaml \ No newline at end of file