From: Cédric Ollivier Date: Tue, 10 Jun 2025 12:20:06 +0000 (+0200) Subject: community.docker must be updated if RockyLinux 9 now X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;p=releng.git community.docker must be updated if RockyLinux 9 now https://github.com/collivier/ansible-role-xtesting/commit/797824dbcb0783f12ec513bc441cd3bd5667b01c Change-Id: If19bbea99ae5c0649773ecada9b11b38b1807591 Signed-off-by: Cédric Ollivier --- 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: