Run mirror in zuul

Change-Id: I8088090d9468c24653793a5f4bf64d9369e98033
This commit is contained in:
Monty Taylor 2020-04-02 09:14:35 -05:00
parent 13c9b4136d
commit 15ec6bada4
2 changed files with 15 additions and 4 deletions

View File

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

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-mirror.yaml
send_timer mirror
start_timer
timeout -k 2m 30m ansible-playbook -f 50 ${ANSIBLE_PLAYBOOKS}/service-static.yaml
send_timer static