From 6df28cec612d1bf55c91bac65769ed901f9e9295 Mon Sep 17 00:00:00 2001
From: Clark Boylan <clark.boylan@gmail.com>
Date: Thu, 13 Aug 2020 08:58:03 -0700
Subject: [PATCH] Run service-eavesdrop hourly

Now that gerritbot is deployed from containers on eavesdrop we want to
run the infra-prod-service-eavesdrop job hourly to ensure that we keep
the docker image up to date there.

We haven't added the service-eavesdrop job to a deploy pipeline in
gerritbot because that would require us to add gerritbot's project ssh
key to bridge.

Change-Id: I5aba91f2ae5c018ee9b2d0481a53b630fc5d1ab7
---
 zuul.d/project.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml
index 50382f0050..f7e47bc72f 100644
--- a/zuul.d/project.yaml
+++ b/zuul.d/project.yaml
@@ -309,6 +309,10 @@
             dependencies:
               - name: infra-prod-install-ansible
                 soft: true
+        - infra-prod-service-eavesdrop:
+            dependencies:
+              - name: infra-prod-install-ansible
+                soft: true
         - infra-prod-remote-puppet-else:
             dependencies:
               - name: infra-prod-install-ansible