From 918dd0ed91c2acc17d7048406de19b823a0f42c4 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley <fungi@yuggoth.org> Date: Fri, 29 May 2020 16:21:35 +0000 Subject: [PATCH] Deploy eavesdrop hourly Since changes to some services on eavesdrop, for example ptgbot, may need to take effect fairly quickly, run the playbook hourly rather than daily. We can't easily trigger on changes merging to the ptgbot repo in the future when it's in a different Zuul tenant from system-config. Change-Id: I90ddc555ded0ac1d3134fd075d816155a475c6d2 --- 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 dccb443cb0..5ff9414b34 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -262,7 +262,6 @@ - infra-prod-service-review-dev - infra-prod-service-gitea - infra-prod-service-codesearch - - infra-prod-service-eavesdrop - infra-prod-run-accessbot - infra-prod-remote-puppet-afs opendev-prod-hourly: @@ -273,6 +272,7 @@ - name: infra-prod-install-ansible soft: true - infra-prod-run-cloud-launcher + - infra-prod-service-eavesdrop - infra-prod-service-nodepool: dependencies: - name: infra-prod-install-ansible