From a4b164d8b10be199627d9e5e913b190f0e7d98b2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Tue, 10 Jun 2025 14:20:06 +0200 Subject: [PATCH] community.docker must be updated if RockyLinux 9 now MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit https://github.com/collivier/ansible-role-xtesting/commit/797824dbcb0783f12ec513bc441cd3bd5667b01c Change-Id: If19bbea99ae5c0649773ecada9b11b38b1807591 Signed-off-by: Cédric Ollivier --- jjb/functest/xtesting-ci.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/jjb/functest/xtesting-ci.yaml b/jjb/functest/xtesting-ci.yaml index 3558d711e..5d806fa0f 100644 --- a/jjb/functest/xtesting-ci.yaml +++ b/jjb/functest/xtesting-ci.yaml @@ -468,6 +468,11 @@ mv ~/.ansible/roles/ansible-role-xtesting ~/.ansible/roles/collivier.xtesting ;; \ esac && \ ansible-galaxy collection install community.kubernetes && \ + case {rockylinux} in \ + "9") \ + ansible-galaxy collection install -f community.docker ;; \ + *) ;; \ + esac && \ ansible-playbook -vvvv ~/.ansible/roles/collivier.xtesting/tests/{playbook}.yml" - job-template: -- 2.16.6