James E. Blair 530959042e Compress raw/vhd images
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
2024-12-17 23:47:03 +00:00

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