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