From 6bd0d0258d1c89e9c5ac89a61c1758ca74ee1bee Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Tue, 22 Oct 2019 09:06:24 -0700 Subject: [PATCH] Refactor gerrit master job Make a "base" version of the gerrit master job with no file matcher so that we can use it in other repositories (eg, gerrit, zuul). Inherit from it with the original name to add the file matcher back. Change-Id: I4e428b44dd82f8dba08b219cbf8407969c6436b1 --- .zuul.yaml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index aa86e08fed..2cd22fc4dc 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -380,8 +380,11 @@ # Gerrit master jobs - job: - name: system-config-build-image-gerrit-master - description: Build a gerrit image. + name: system-config-build-image-gerrit-master-base + description: | + Build a gerrit image. + + This job has no files matchers so it can be used in other repos. parent: system-config-build-image pre-run: - playbooks/zuul/gerrit/repos.yaml @@ -418,6 +421,14 @@ - gitiles - plugin-manager - webhooks + +- job: + name: system-config-build-image-gerrit-master + description: | + Build a gerrit image. + + This job is used in system-config. + parent: system-config-build-image-gerrit-master-base files: &gerrit_files_master - docker/bazel/.* - docker/gerrit/base/.*