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
This commit is contained in:
Monty Taylor 2020-04-07 16:28:01 -05:00
parent 31602b6fb4
commit 38484fcc3b

View File

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