]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
reef: qa: use only ubuntu 20.04 for pacific-x
authorPatrick Donnelly <pdonnell@ibm.com>
Mon, 2 Mar 2026 21:24:48 +0000 (16:24 -0500)
committerPatrick Donnelly <pdonnell@ibm.com>
Wed, 4 Mar 2026 21:02:50 +0000 (16:02 -0500)
Filter out centos9 and ubuntu22.04 for pacific tests. We do not have
packages for those distributions.

Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
Fixes: https://tracker.ceph.com/issues/75034
qa/suites/upgrade/pacific-x/parallel/1-tasks.yaml
qa/suites/upgrade/pacific-x/stress-split/1-start.yaml

index 682d96b88a432362cad955d77f74982c92612d07..478f1d1265ac97122621fd2e63a073789c1d5edb 100644 (file)
@@ -1,3 +1,11 @@
+teuthology:
+  postmerge:
+    - |
+      -- centos 9 is not available for Pacific ; centos 8 is not available for reef on new lab
+      if (yaml.os_type == "centos") or (yaml.os_type == "ubuntu" and yaml.os_version == "22.04") then
+        reject()
+      end
+
 overrides:
   ceph:
     log-ignorelist:
index a8f5a5f24ee977fae26e44b1dc2d803c021434b7..b021e575e4468087700f21031d6331f079783ed2 100644 (file)
@@ -1,3 +1,11 @@
+teuthology:
+  postmerge:
+    - |
+      -- centos 9 is not available for Pacific ; centos 8 is not available for reef on new lab
+      if (yaml.os_type == "centos") or (yaml.os_type == "ubuntu" and yaml.os_version == "22.04") then
+        reject()
+      end
+
 tasks:
 - install:
     branch: pacific