From ba51fbee4b577b9750274c28a1c545b578a656a5 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Mon, 13 Nov 2017 17:46:00 -0500 Subject: [PATCH] Avoid running Puppet module build job for no reason The puppet module build job mainly depends on any metadata.json changes which generally affect version bumps. There is no need to run the job if we will not be building the module. Change-Id: Iff411b4eb2bcc2c403608461d5ef313c01df9009 --- zuul.d/jobs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index a4046a08..ebe63459 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -391,6 +391,7 @@ Build a puppet tarball but do not upload it anywhere. pre-run: playbooks/puppet-tarball/pre.yaml run: playbooks/puppet-tarball/run.yaml + files: ^metadata.json$ - job: name: publish-openstack-puppet-branch-tarball