]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: use centos9 for fs suites using k-testing
authorPatrick Donnelly <pdonnell@ibm.com>
Thu, 12 Feb 2026 15:36:29 +0000 (10:36 -0500)
committerPatrick Donnelly <pdonnell@ibm.com>
Tue, 14 Apr 2026 01:27:18 +0000 (21:27 -0400)
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 <pdonnell@ibm.com>
qa/cephfs/mount/kclient/overrides/distro/testing/k-testing.yaml
qa/suites/fs/workload/0-distro.yaml

index 8691a1bff6586a5412628a20a449f33bb269a16d..8467bb2c4be8625708a8c88eb1a6228c428d3582 100644 (file)
@@ -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:
index b0375adbe724facd0c79ed63f9ecfb4eef1bc3b3..a6dce0f5172457d4fe6028839db3b5ee2542a996 120000 (symlink)
@@ -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