From f0352e31e1222f2454298a533b7ee3e33d067ca7 Mon Sep 17 00:00:00 2001 From: Clark Boylan <clark.boylan@gmail.com> Date: Fri, 8 May 2020 09:05:23 -0700 Subject: [PATCH] Run jobs prod test jobs when docker images update We build our own docker images for several services, but weren't triggering production test runs when the docker images are updated. Fix this and force chagnes to dockerfiles, which produce new images, to trigger production test runs of those services. Change-Id: I18962663f168bbf6380e315d96b18751a46ceb58 --- zuul.d/system-config-run.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zuul.d/system-config-run.yaml b/zuul.d/system-config-run.yaml index 5bdd78bd31..5290f6cfe7 100644 --- a/zuul.d/system-config-run.yaml +++ b/zuul.d/system-config-run.yaml @@ -547,6 +547,7 @@ - playbooks/roles/install-docker/ - playbooks/zuul/templates/group_vars/meetpad.yaml.j2 - testinfra/test_meetpad.py + - docker/jitsi-meet/ - job: name: system-config-run-zookeeper @@ -694,6 +695,7 @@ - playbooks/zuul/templates/group_vars/review-dev.yaml.j2 - playbooks/zuul/templates/group_vars/review.yaml.j2 - testinfra/test_gerrit.py + - docker/gerrit/2.13/ - job: name: system-config-run-static