summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jjb/functest/xtesting-ci.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/functest/xtesting-ci.yaml b/jjb/functest/xtesting-ci.yaml
index 0734f43f4..a892bfafd 100644
--- a/jjb/functest/xtesting-ci.yaml
+++ b/jjb/functest/xtesting-ci.yaml
@@ -360,7 +360,6 @@
- stable
- master
ubuntu:
- - bionic
- focal
- jammy
- noble
@@ -392,7 +391,8 @@
ansible-galaxy collection install community.kubernetes && \
case {alpine} in \
"3.18") \
- [ -z "$VIRTUAL_ENV" ] && apk add ansible git ;; \
+ [ -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 ;; \