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
+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:
+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