Run static in zuul

Change-Id: I1aacc9375507ed06a890a68762f12433a9f97221
This commit is contained in:
Monty Taylor 2020-04-02 09:19:49 -05:00
parent 15ec6bada4
commit e68fa070f4
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