From 1210ef366cc4550495199102f914624622c6a60f Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Tue, 2 Jun 2020 09:19:19 -0700 Subject: [PATCH] Move run-eavesdrop from periodic-hourly to periodic This is required by the accessbot job which is in periodic. We moved it to hourly so that ptgbot could be updated more often, but without it being in periodic, no periodic jobs are running, and that seems more critical at the moment. Change-Id: I0c7dbc0db77f295820302441e495fe4e9ea7d726 --- 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 5ff9414b34..dccb443cb0 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -262,6 +262,7 @@ - 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: @@ -272,7 +273,6 @@ - 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