diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2021-06-14 13:16:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2021-06-14 13:16:01 +0000 |
commit | 1dc96dc51b0e0326c22d4fff1ea07e6d4f8c8e30 (patch) | |
tree | 76abcd83ff2e5c970380216dad9e45e98cfbe159 /jjb | |
parent | fa58f229c41de75e3fd1b44a9a383c5ed539d456 (diff) | |
parent | 1d71d9ed3dfa64772749851f010f0706bd12b9d9 (diff) |
Merge "Clean docker proxy configs"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/functest/xtesting-ci.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/jjb/functest/xtesting-ci.yaml b/jjb/functest/xtesting-ci.yaml index 820d06248..1fb8bd366 100644 --- a/jjb/functest/xtesting-ci.yaml +++ b/jjb/functest/xtesting-ci.yaml @@ -10,6 +10,9 @@ 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 + rm -f /etc/systemd/system/docker.service.d/http-proxy.conf + sudo systemctl daemon-reload + sudo systemctl restart docker sudo rm -rf /data/* sudo pip3 install ansible ansible-galaxy install -f collivier.xtesting @@ -25,6 +28,8 @@ - job-template: name: 'xtesting-ci-tests-{playbook}' + triggers: + - timed: '@daily' parameters: - xtesting-ci-slave: slave: '{slave}' |