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:
parent
cac8564b59
commit
220f0673cb
@ -13,4 +13,5 @@
|
|||||||
- hosts: all
|
- hosts: all
|
||||||
become: yes
|
become: yes
|
||||||
roles:
|
roles:
|
||||||
|
- docker-install
|
||||||
- airshipctl-publish-images
|
- airshipctl-publish-images
|
||||||
|
@ -248,8 +248,8 @@
|
|||||||
voting: false
|
voting: false
|
||||||
- job:
|
- job:
|
||||||
name: airship-airshipctl-publish-image
|
name: airship-airshipctl-publish-image
|
||||||
parent: airship-airshipctl-build-image
|
nodeset: airship-airshipctl-single-node
|
||||||
post-run: playbooks/airship-airshipctl-publish-images.yaml
|
run: playbooks/airship-airshipctl-publish-images.yaml
|
||||||
irrelevant-files: *noncodefiles
|
irrelevant-files: *noncodefiles
|
||||||
secrets:
|
secrets:
|
||||||
- name: airshipctl_image_repo_credentials
|
- name: airshipctl_image_repo_credentials
|
||||||
|
Loading…
Reference in New Issue
Block a user