From 15110aa1c83e430cab86c342a3f85f6b64c892d3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Thu, 24 Apr 2025 14:43:03 +0200 Subject: [PATCH] Call system prune for podman too MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I02d283606f936978812ca6087d6b2091eab4392e Signed-off-by: Cédric Ollivier --- jjb/functest/xtesting-ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jjb/functest/xtesting-ci.yaml b/jjb/functest/xtesting-ci.yaml index 5282adb85..729f9403b 100644 --- a/jjb/functest/xtesting-ci.yaml +++ b/jjb/functest/xtesting-ci.yaml @@ -69,6 +69,7 @@ -o DPkg::Lock::Timeout=300 install podman -y sudo podman ps -aq |xargs sudo podman stop || true sudo podman ps -aq |xargs sudo podman rm || true + sudo podman system prune --all --force || true fi sudo rm -rfv /data /tmp/xtesting* EOF @@ -142,6 +143,7 @@ playbook: - all - podman + - podman2 - proxy - proxy2 - radosgw @@ -230,6 +232,7 @@ -o DPkg::Lock::Timeout=300 install podman -y sudo podman ps -aq |xargs sudo podman stop || true sudo podman ps -aq |xargs sudo podman rm || true + sudo podman system prune --all --force || true fi sudo rm -rfv /data /tmp/xtesting* -- 2.16.6