Code Review
/
releng.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
d24f28c
)
Call docker system prune
93/72893/1
author
Cédric Ollivier
<cedric.ollivier@orange.com>
Tue, 7 Sep 2021 19:10:07 +0000
(21:10 +0200)
committer
Cédric Ollivier
<cedric.ollivier@orange.com>
Tue, 7 Sep 2021 19:10:07 +0000
(21:10 +0200)
Change-Id: I7d0ec02e31f54a64c6cd94d12a9d124aac95d536
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
jjb/functest/xtesting-ci.yaml
patch
|
blob
|
history
diff --git
a/jjb/functest/xtesting-ci.yaml
b/jjb/functest/xtesting-ci.yaml
index
eeb2b38
..
a895644
100644
(file)
--- 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