
This uses zstd to compress raw and vhd images before uploading to temporary storage. The executor will detect the .zst extension and decompress them before uploading to the cloud. Depends-On: https://review.opendev.org/935956 Change-Id: I76303cbb3f1bbaf99ba7852bf1853dcc28b6d9b3
9 lines
252 B
YAML
9 lines
252 B
YAML
- hosts: all
|
|
tasks:
|
|
- name: Upload image
|
|
when: image_upload_secret is defined and zuul_success
|
|
with_items: '{{ build_diskimage_formats }}'
|
|
loop_control:
|
|
loop_var: upload_image_format
|
|
include_tasks: post-inner.yaml
|