From 1d71d9ed3dfa64772749851f010f0706bd12b9d9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Mon, 14 Jun 2021 15:00:41 +0200 Subject: [PATCH] Clean docker proxy configs MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It also triggers the jobs on daily basis. Change-Id: If4a336b0b5c4d7fd72b20a3ae4833c2323a626c7 Signed-off-by: Cédric Ollivier --- jjb/functest/xtesting-ci.yaml | 5 +++++ 1 file changed, 5 insertions(+) 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}' -- 2.16.6