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
This commit is contained in:
parent
69657c767e
commit
ba51fbee4b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user