Merge "Run static in zuul"

This commit is contained in:
Zuul 2020-04-03 22:08:32 +00:00 committed by Gerrit Code Review
commit 6b6104b8e8
2 changed files with 17 additions and 4 deletions

View File

@ -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

View File

@ -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