Run static in zuul
Change-Id: I1aacc9375507ed06a890a68762f12433a9f97221
This commit is contained in:
parent
15ec6bada4
commit
e68fa070f4
17
.zuul.yaml
17
.zuul.yaml
@ -1638,6 +1638,21 @@
|
|||||||
- playbooks/roles/openafs-client/.*
|
- playbooks/roles/openafs-client/.*
|
||||||
- playbooks/roles/mirror/.*
|
- 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:
|
- job:
|
||||||
name: system-config-goaccess-report
|
name: system-config-goaccess-report
|
||||||
description: |
|
description: |
|
||||||
@ -1993,6 +2008,7 @@
|
|||||||
- infra-prod-service-meetpad
|
- infra-prod-service-meetpad
|
||||||
- infra-prod-service-mirror-update
|
- infra-prod-service-mirror-update
|
||||||
- infra-prod-service-mirror
|
- infra-prod-service-mirror
|
||||||
|
- infra-prod-service-static
|
||||||
periodic:
|
periodic:
|
||||||
jobs:
|
jobs:
|
||||||
- developer-openstack-goaccess-report
|
- developer-openstack-goaccess-report
|
||||||
@ -2017,3 +2033,4 @@
|
|||||||
- infra-prod-service-meetpad
|
- infra-prod-service-meetpad
|
||||||
- infra-prod-service-mirror-update
|
- infra-prod-service-mirror-update
|
||||||
- infra-prod-service-mirror
|
- infra-prod-service-mirror
|
||||||
|
- infra-prod-service-static
|
||||||
|
@ -72,10 +72,6 @@ set +e
|
|||||||
# Run all the ansible playbooks under timeout to prevent them from getting
|
# Run all the ansible playbooks under timeout to prevent them from getting
|
||||||
# stuck if they are oomkilled
|
# 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
|
start_timer
|
||||||
timeout -k 2m 30m ansible-playbook -f 50 ${ANSIBLE_PLAYBOOKS}/service-backup.yaml
|
timeout -k 2m 30m ansible-playbook -f 50 ${ANSIBLE_PLAYBOOKS}/service-backup.yaml
|
||||||
send_timer backup
|
send_timer backup
|
||||||
|
Loading…
x
Reference in New Issue
Block a user