From: Cédric Ollivier Date: Tue, 7 Sep 2021 19:10:07 +0000 (+0200) Subject: Call docker system prune X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=0141ae9141d5678fe2cd99906e953c5a80afecc6;p=releng.git Call docker system prune Change-Id: I7d0ec02e31f54a64c6cd94d12a9d124aac95d536 Signed-off-by: Cédric Ollivier --- diff --git a/jjb/functest/xtesting-ci.yaml b/jjb/functest/xtesting-ci.yaml index eeb2b38ad..a895644b4 100644 --- a/jjb/functest/xtesting-ci.yaml +++ b/jjb/functest/xtesting-ci.yaml @@ -11,6 +11,7 @@ kind delete clusters xtesting jenkins gitlab || true sudo docker ps -aq |xargs sudo docker stop || true sudo docker ps -aq |xargs sudo docker rm || true + sudo docker system prune -y || true sudo rm -f /etc/systemd/system/docker.service.d/http-proxy.conf sudo systemctl daemon-reload sudo systemctl restart docker