community.docker must be updated if RockyLinux 9 now 03/74903/1 master
authorCédric Ollivier <cedric.ollivier@orange.com>
Tue, 10 Jun 2025 12:20:06 +0000 (14:20 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Tue, 10 Jun 2025 12:20:06 +0000 (14:20 +0200)
https://github.com/collivier/ansible-role-xtesting/commit/797824dbcb0783f12ec513bc441cd3bd5667b01c

Change-Id: If19bbea99ae5c0649773ecada9b11b38b1807591
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
jjb/functest/xtesting-ci.yaml

index 3558d71..5d806fa 100644 (file)
             mv ~/.ansible/roles/ansible-role-xtesting ~/.ansible/roles/collivier.xtesting ;; \
           esac && \
           ansible-galaxy collection install community.kubernetes && \
             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:
           ansible-playbook -vvvv ~/.ansible/roles/collivier.xtesting/tests/{playbook}.yml"
 
 - job-template: