From 38484fcc3ba722f6958f8ed31218aedb12692fb6 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Tue, 7 Apr 2020 16:28:01 -0500 Subject: [PATCH] Add sytem-config-update and remove other deps from hourly We need to make sure we're updating system-config before running the playbooks, but we don't need to do the other things on the hourly timer. Change-Id: Ic2ddb8108626f629664709727b3f7eeaf48ddce8 --- .zuul.yaml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 3b782726ca..a6064887c0 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -2123,6 +2123,13 @@ - infra-prod-service-backup opendev-prod-hourly: jobs: - - infra-prod-service-nodepool - - infra-prod-service-registry - - infra-prod-service-zuul-preview + - infra-prod-update-system-config + - infra-prod-service-nodepool: + dependencies: + - infra-prod-service-update-system-config + - infra-prod-service-registry: + dependencies: + - infra-prod-service-update-system-config + - infra-prod-service-zuul-preview: + dependencies: + - infra-prod-service-update-system-config