From 12c5e516cfe4337a45a89ff0c6fd6d9a88f45be3 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sat, 15 Mar 2025 16:26:41 +0100 Subject: Must increase community.docker becasue of python3-requests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- jjb/functest/xtesting-ci.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'jjb/functest') 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 ;; \ -- cgit 1.2.3-korg