From e68fa070f440ae64392526fb1a27027f0cb00743 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Thu, 2 Apr 2020 09:19:49 -0500 Subject: [PATCH] Run static in zuul Change-Id: I1aacc9375507ed06a890a68762f12433a9f97221 --- .zuul.yaml | 17 +++++++++++++++++ run_all.sh | 4 ---- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 2b78e13347..73a0593e85 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1638,6 +1638,21 @@ - playbooks/roles/openafs-client/.* - playbooks/roles/mirror/.* +- job: + name: infra-prod-service-static + parent: infra-prod-service-base + description: Run service-static.yaml playbook + vars: + playbook_name: service-static.yaml + files: + - playbooks/service-static.yaml + - playbooks/host_vars/static01.opendev.org.yaml + - playbooks/group_vars/static.yaml + - playbooks/roles/kerberos-client/.* + - playbooks/roles/openafs-client/.* + - playbooks/roles/static/.* + - playbooks/roles/zuul-user/.* + - job: name: system-config-goaccess-report description: | @@ -1993,6 +2008,7 @@ - infra-prod-service-meetpad - infra-prod-service-mirror-update - infra-prod-service-mirror + - infra-prod-service-static periodic: jobs: - developer-openstack-goaccess-report @@ -2017,3 +2033,4 @@ - infra-prod-service-meetpad - infra-prod-service-mirror-update - infra-prod-service-mirror + - infra-prod-service-static diff --git a/run_all.sh b/run_all.sh index dcbfae0c10..b7801f38fe 100755 --- a/run_all.sh +++ b/run_all.sh @@ -72,10 +72,6 @@ set +e # Run all the ansible playbooks under timeout to prevent them from getting # stuck if they are oomkilled -start_timer -timeout -k 2m 30m ansible-playbook -f 50 ${ANSIBLE_PLAYBOOKS}/service-static.yaml -send_timer static - start_timer timeout -k 2m 30m ansible-playbook -f 50 ${ANSIBLE_PLAYBOOKS}/service-backup.yaml send_timer backup