Run infra-prod-service-zuul-preview daily instaed of hourly

This is being done beacuse we don't make many changes to the
zuul-preview service but it runs in the hourly buildset starving deploy
runs. Since this doesn't change much we can move it to the daily run
instead.

If we need to update it we can run the playbook manually or land a
change to trigger it.

Change-Id: I89d2c712fcfd18bd4f694b2c90067295253b8836
This commit is contained in:
Clark Boylan 2021-08-17 15:44:02 -07:00
parent 268fc98bd7
commit ffe06527de

View File

@ -405,6 +405,7 @@
- infra-prod-service-eavesdrop
- infra-prod-run-accessbot
- infra-prod-service-afs
- infra-prod-service-zuul-preview
- infra-prod-run-cloud-launcher
opendev-prod-hourly:
jobs:
@ -425,10 +426,6 @@
dependencies:
- name: infra-prod-install-ansible
soft: true
- infra-prod-service-zuul-preview:
dependencies:
- name: infra-prod-install-ansible
soft: true
- infra-prod-service-eavesdrop:
dependencies:
- name: infra-prod-install-ansible