From 24123fb508f69d2eceeefc63238cefc7099a6dce Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Thu, 27 Mar 2025 17:43:04 +0100 Subject: [PATCH] Gate podman MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I331405bf19ccef3d1e4507cbf6c9b29dbffd930c Signed-off-by: Cédric Ollivier --- jjb/functest/xtesting-ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.16.6