Run the cloud launcher daily instead of hourly
This is a job that takes quite a bit of time, but only rarely do we need the updates encoded in this job. Move the job from our hourly deployment to the daily deployment to make its impact less painful. Change-Id: I724bcdd67f4c324f497a9d8239bcfd8d37528956
This commit is contained in:
parent
edcf8462b3
commit
711bf9e9f8
@ -406,6 +406,7 @@
|
||||
- infra-prod-service-eavesdrop
|
||||
- infra-prod-run-accessbot
|
||||
- infra-prod-service-afs
|
||||
- infra-prod-run-cloud-launcher
|
||||
opendev-prod-hourly:
|
||||
jobs:
|
||||
- infra-prod-install-ansible
|
||||
@ -413,7 +414,6 @@
|
||||
dependencies:
|
||||
- name: infra-prod-install-ansible
|
||||
soft: true
|
||||
- infra-prod-run-cloud-launcher
|
||||
- infra-prod-service-nodepool:
|
||||
dependencies:
|
||||
- name: infra-prod-install-ansible
|
||||
|
Loading…
x
Reference in New Issue
Block a user