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:
Clark Boylan 2021-08-16 10:56:22 -07:00
parent edcf8462b3
commit 711bf9e9f8

View File

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