From: Cédric Ollivier Date: Tue, 8 Apr 2025 08:39:16 +0000 (+0200) Subject: Update community.docker if focal X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F38%2F74838%2F1;p=releng.git Update community.docker if focal Change-Id: I01f363a5086b16e14a526f2e4be2c05327d8e762 Signed-off-by: Cédric Ollivier --- diff --git a/jjb/functest/xtesting-ci.yaml b/jjb/functest/xtesting-ci.yaml index f043fa371..bcb689643 100644 --- a/jjb/functest/xtesting-ci.yaml +++ b/jjb/functest/xtesting-ci.yaml @@ -330,7 +330,7 @@ esac && \ ansible-galaxy collection install community.kubernetes && \ case {ubuntu} in \ - oracular) \ + focal | oracular) \ ansible-galaxy collection install -f community.docker ;; \ *) ;; \ esac && \