From 9e56e4a4486d3ab9a4a53884514f44ff36fde4cb Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Fri, 25 Apr 2025 13:24:14 +0200 Subject: [PATCH] Exclude podman jobs if rockylinux MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: Id15b41199ebc7b4ddefed43db0e720fa38e29e64 Signed-off-by: Cédric Ollivier --- jjb/functest/xtesting-ci.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/jjb/functest/xtesting-ci.yaml b/jjb/functest/xtesting-ci.yaml index adc95872f..7c39a3b9e 100644 --- a/jjb/functest/xtesting-ci.yaml +++ b/jjb/functest/xtesting-ci.yaml @@ -494,5 +494,14 @@ rockylinux: - 8 - 9 + exclude: + - playbook: podman + rockylinux: 8 + - playbook: podman + rockylinux: 9 + - playbook: podman2 + rockylinux: 8 + - playbook: podman2 + rockylinux: 9 jobs: - 'xtesting-ci-tests-{rockylinux}-{release}-{playbook}' -- 2.16.6