From 711bf9e9f8a652e62c1ab2db0c59d40a7a445a35 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Mon, 16 Aug 2021 10:56:22 -0700 Subject: [PATCH] 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 --- zuul.d/project.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 87827db875..df3a8c436d 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -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