From: Cédric Ollivier Date: Thu, 27 Mar 2025 16:43:04 +0000 (+0100) Subject: Gate podman X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=24123fb508f69d2eceeefc63238cefc7099a6dce;p=releng.git Gate podman Change-Id: I331405bf19ccef3d1e4507cbf6c9b29dbffd930c Signed-off-by: Cédric Ollivier --- diff --git a/jjb/functest/xtesting-ci.yaml b/jjb/functest/xtesting-ci.yaml index 5df2fe61f..553c56e67 100644 --- a/jjb/functest/xtesting-ci.yaml +++ b/jjb/functest/xtesting-ci.yaml @@ -234,7 +234,8 @@ -v /home/opnfv/.docker/config.json:/home/opnfv/.config/helm/registry/config.json \ -v /data:/data -v /var/run/docker.sock:/var/run/docker.sock --network host debian:{debian} bash -c "\ apt update && DEBIAN_FRONTEND=noninteractive apt \ - -o DPkg::Lock::Timeout=300 install git -y && \ + -o DPkg::Lock::Timeout=300 install git podman ca-certificates -y && \ + sed -i "s/^\#.*cgroups\ =.*$/cgroups = no-conmon/" /usr/share/containers/containers.conf && \ case {debian} in \ bullseye) \ [ -z "$VIRTUAL_ENV" ] && DEBIAN_FRONTEND=noninteractive apt \ @@ -279,6 +280,7 @@ playbook: - all - kubernetes0 + - podman node: xtesting release: - stable