From fdaea3915ce4abcc39e03f58226ba2884cb5beb6 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 1 Apr 2020 15:38:20 -0500 Subject: [PATCH] Run mirror-update in zuul Change-Id: I5b1590a310e7a64b3c2f05d121c68f90f2731231 --- .zuul.yaml | 14 ++++++++++++++ run_all.sh | 4 ---- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 65375e7986..7bb25ad5c9 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1597,6 +1597,18 @@ - playbooks/roles/install-docker/.* - playbooks/roles/jitsi-meet/.* +- job: + name: infra-prod-service-mirror-update + parent: infra-prod-service-base + description: Run service-mirror-update.yaml playbook + vars: + playbook_name: service-mirror-update.yaml + files: + - playbooks/service-mirror-update.yaml + - playbooks/roles/kerberos-client/.* + - playbooks/roles/openafs-client/.* + - playbooks/roles/mirror-update/.* + - job: name: system-config-goaccess-report description: | @@ -1949,6 +1961,7 @@ - infra-prod-service-gitea-lb - infra-prod-service-nodepool - infra-prod-service-meetpad + - infra-prod-service-mirror-update periodic: jobs: - developer-openstack-goaccess-report @@ -1970,3 +1983,4 @@ - infra-prod-service-gitea-lb - infra-prod-service-nodepool - infra-prod-service-meetpad + - infra-prod-service-mirror-update diff --git a/run_all.sh b/run_all.sh index 73c729e96c..677f077f8f 100755 --- a/run_all.sh +++ b/run_all.sh @@ -76,10 +76,6 @@ start_timer timeout -k 2m 30m ansible-playbook -f 50 ${ANSIBLE_PLAYBOOKS}/service-nameserver.yaml send_timer nameserver -start_timer -timeout -k 2m 30m ansible-playbook -f 50 ${ANSIBLE_PLAYBOOKS}/service-mirror-update.yaml -send_timer mirror-update - start_timer timeout -k 2m 30m ansible-playbook -f 50 ${ANSIBLE_PLAYBOOKS}/service-mirror.yaml send_timer mirror