From ffe06527dedd8b2e976ba18084cc7ee1d05cf7f8 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 17 Aug 2021 15:44:02 -0700 Subject: [PATCH] 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 --- zuul.d/project.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 94b32d3396..5d7f82ad3d 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -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