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:
0141ae9
)
Avoid prompt properly when calling docker system prune
94/72894/1
author
Cédric Ollivier
<cedric.ollivier@orange.com>
Tue, 7 Sep 2021 21:16:25 +0000
(23:16 +0200)
committer
Cédric Ollivier
<cedric.ollivier@orange.com>
Tue, 7 Sep 2021 21:16:25 +0000
(23:16 +0200)
Change-Id: I472f67b9eebc138f60e50bb70b084db7878e304f
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
a895644
..
d1e790a
100644
(file)
--- a/
jjb/functest/xtesting-ci.yaml
+++ b/
jjb/functest/xtesting-ci.yaml
@@
-11,7
+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 docker system prune -
f --all
|| true
sudo rm -f /etc/systemd/system/docker.service.d/http-proxy.conf
sudo systemctl daemon-reload
sudo systemctl restart docker