8e3c6052da
Some clouds may not support number of nodes needed by buildset in the case when affiliation is required. Changing logic to avoid pausing build job before uploading to dockerhub and promotion. This will also lead to uploading a temporary tag to dockerhub prior test deployment is done. Change-Id: I49ddd4c3992ce1e4c6a0e4a84374df920f308e56 Signed-off-by: Andrii Ostapenko <andrii.ostapenko@att.com>
14 lines
313 B
YAML
14 lines
313 B
YAML
- hosts: all
|
|
pre_tasks:
|
|
- name: Use buildset registry
|
|
include_role:
|
|
name: use-buildset-registry
|
|
roles:
|
|
- build-docker-image
|
|
tasks:
|
|
- name: Return images to zuul
|
|
include_tasks: _return-image.yml
|
|
loop: "{{ docker_images }}"
|
|
loop_control:
|
|
loop_var: zj_image
|