From 0f69aa3321e43656fb439efb06233cd3bd03050e Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 12 Sep 2018 13:57:37 -0600 Subject: [PATCH] Add infra-run-zuul_reconfigure Add a job to reconfigure zuul, and rename its parent job to use a shorter name. Change-Id: Id049086e138f6c98bb0c223284d5df9b73c4d4bf --- .zuul.yaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 206b01dbc3..59b69d0a46 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -196,7 +196,7 @@ - testinfra/test_nodepool.py - job: - name: system-config-run-production-playbook + name: infra-prod-playbook description: | Run specified playbook against productions hosts. @@ -209,6 +209,17 @@ vars: 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: templates: - system-config-zuul-role-integration