Merge "Fix image publish split"
This commit is contained in:
commit
aa18cae9c7
14
.zuul.yaml
14
.zuul.yaml
@ -36,10 +36,8 @@
|
|||||||
post:
|
post:
|
||||||
jobs:
|
jobs:
|
||||||
- images-upload-git-mirror
|
- images-upload-git-mirror
|
||||||
- airship-images-publish
|
- airship-images-publish-latest
|
||||||
- airship-images-publish:
|
- airship-images-publish-commit
|
||||||
vars:
|
|
||||||
image_tag: "{{ zuul.newrev }}"
|
|
||||||
tag:
|
tag:
|
||||||
jobs:
|
jobs:
|
||||||
- images-upload-git-mirror
|
- images-upload-git-mirror
|
||||||
@ -61,7 +59,7 @@
|
|||||||
post-run: playbooks/airship-collect-logs.yaml
|
post-run: playbooks/airship-collect-logs.yaml
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: airship-images-publish
|
name: airship-images-publish-latest
|
||||||
nodeset: airship-images-single-node
|
nodeset: airship-images-single-node
|
||||||
timeout: 7200
|
timeout: 7200
|
||||||
post-timeout: 7200
|
post-timeout: 7200
|
||||||
@ -71,6 +69,12 @@
|
|||||||
- name: airship_images_quay_creds
|
- name: airship_images_quay_creds
|
||||||
secret: airship_images_quay_creds
|
secret: airship_images_quay_creds
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: airship-images-publish-commit
|
||||||
|
parent: airship-images-publish-latest
|
||||||
|
vars:
|
||||||
|
image_tag: "{{ zuul.newrev }}"
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: images-upload-git-mirror
|
name: images-upload-git-mirror
|
||||||
parent: upload-git-mirror
|
parent: upload-git-mirror
|
||||||
|
Loading…
Reference in New Issue
Block a user