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:
parent
268fc98bd7
commit
ffe06527de
@ -405,6 +405,7 @@
|
|||||||
- infra-prod-service-eavesdrop
|
- infra-prod-service-eavesdrop
|
||||||
- infra-prod-run-accessbot
|
- infra-prod-run-accessbot
|
||||||
- infra-prod-service-afs
|
- infra-prod-service-afs
|
||||||
|
- infra-prod-service-zuul-preview
|
||||||
- infra-prod-run-cloud-launcher
|
- infra-prod-run-cloud-launcher
|
||||||
opendev-prod-hourly:
|
opendev-prod-hourly:
|
||||||
jobs:
|
jobs:
|
||||||
@ -425,10 +426,6 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: infra-prod-install-ansible
|
- name: infra-prod-install-ansible
|
||||||
soft: true
|
soft: true
|
||||||
- infra-prod-service-zuul-preview:
|
|
||||||
dependencies:
|
|
||||||
- name: infra-prod-install-ansible
|
|
||||||
soft: true
|
|
||||||
- infra-prod-service-eavesdrop:
|
- infra-prod-service-eavesdrop:
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: infra-prod-install-ansible
|
- name: infra-prod-install-ansible
|
||||||
|
Loading…
x
Reference in New Issue
Block a user