diff options
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}' |