From: Cédric Ollivier Date: Sat, 15 Mar 2025 15:26:41 +0000 (+0100) Subject: Must increase community.docker becasue of python3-requests X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=12c5e516cfe4337a45a89ff0c6fd6d9a88f45be3;p=releng.git Must increase community.docker becasue of python3-requests https://pkgs.alpinelinux.org/packages?name=*requests&branch=v3.18&repo=&arch=x86_64&origin=&flagged=&maintainer= Change-Id: I14996bcc2401f33a4daef0ed1e25a5ba4711ec70 Signed-off-by: Cédric Ollivier --- diff --git a/jjb/functest/xtesting-ci.yaml b/jjb/functest/xtesting-ci.yaml index 0734f43f4..717f8a266 100644 --- a/jjb/functest/xtesting-ci.yaml +++ b/jjb/functest/xtesting-ci.yaml @@ -393,6 +393,7 @@ case {alpine} in \ "3.18") \ [ -z "$VIRTUAL_ENV" ] && apk add ansible git ;; \ + ansible-galaxy collection install -f community.docker ;; \ "3.19") \ [ -z "$VIRTUAL_ENV" ] && apk add ansible git && \ ansible-galaxy collection install -f community.docker ;; \