Remove publish job dependency from build job
With latest changes build images jobs uses zuul.change variable which is not defined for merge event. Also using build job as a parent for publish creates an unnessesarly execution of make command which we repeat later under publish playbook. That change removes that dependency. Change-Id: I7e02c2f3ef2ccd8b9db9872b123222020f80664a
This commit is contained in:
@@ -248,8 +248,8 @@
|
||||
voting: false
|
||||
- job:
|
||||
name: airship-airshipctl-publish-image
|
||||
parent: airship-airshipctl-build-image
|
||||
post-run: playbooks/airship-airshipctl-publish-images.yaml
|
||||
nodeset: airship-airshipctl-single-node
|
||||
run: playbooks/airship-airshipctl-publish-images.yaml
|
||||
irrelevant-files: *noncodefiles
|
||||
secrets:
|
||||
- name: airshipctl_image_repo_credentials
|
||||
|
||||
Reference in New Issue
Block a user