Add infra-run-zuul_reconfigure

Add a job to reconfigure zuul, and rename its parent job to use
a shorter name.

Change-Id: Id049086e138f6c98bb0c223284d5df9b73c4d4bf
This commit is contained in:
James E. Blair 2018-09-12 13:57:37 -06:00
parent 0e9d830a64
commit 0f69aa3321

View File

@ -196,7 +196,7 @@
- testinfra/test_nodepool.py - testinfra/test_nodepool.py
- job: - job:
name: system-config-run-production-playbook name: infra-prod-playbook
description: | description: |
Run specified playbook against productions hosts. Run specified playbook against productions hosts.
@ -209,6 +209,17 @@
vars: vars:
ansible_forks: 5 ansible_forks: 5
- job:
name: infra-prod-zuul_reconfigure
parent: infra-prod-playbook
description: |
Perform a full Zuul reconfiguration.
This reloads the tenant config file and clears all configuration
caches.
vars:
playbook_name: zuul_reconfigure.yaml
- project: - project:
templates: templates:
- system-config-zuul-role-integration - system-config-zuul-role-integration