Merge "Run mirror in zuul"
This commit is contained in:
commit
f4fd151f27
15
.zuul.yaml
15
.zuul.yaml
@ -1625,6 +1625,19 @@
|
||||
- playbooks/roles/openafs-client/.*
|
||||
- playbooks/roles/mirror-update/.*
|
||||
|
||||
- job:
|
||||
name: infra-prod-service-mirror
|
||||
parent: infra-prod-service-base
|
||||
description: Run service-mirror.yaml playbook
|
||||
vars:
|
||||
playbook_name: service-mirror.yaml
|
||||
files:
|
||||
- playbooks/service-mirror.yaml
|
||||
- playbooks/group_vars/mirror_opendev.yaml
|
||||
- playbooks/roles/kerberos-client/.*
|
||||
- playbooks/roles/openafs-client/.*
|
||||
- playbooks/roles/mirror/.*
|
||||
|
||||
- job:
|
||||
name: system-config-goaccess-report
|
||||
description: |
|
||||
@ -1979,6 +1992,7 @@
|
||||
- infra-prod-service-nodepool
|
||||
- infra-prod-service-meetpad
|
||||
- infra-prod-service-mirror-update
|
||||
- infra-prod-service-mirror
|
||||
periodic:
|
||||
jobs:
|
||||
- developer-openstack-goaccess-report
|
||||
@ -2002,3 +2016,4 @@
|
||||
- infra-prod-service-nodepool
|
||||
- infra-prod-service-meetpad
|
||||
- infra-prod-service-mirror-update
|
||||
- infra-prod-service-mirror
|
||||
|
@ -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-mirror.yaml
|
||||
send_timer mirror
|
||||
|
||||
start_timer
|
||||
timeout -k 2m 30m ansible-playbook -f 50 ${ANSIBLE_PLAYBOOKS}/service-static.yaml
|
||||
send_timer static
|
||||
|
Loading…
x
Reference in New Issue
Block a user