With larger images we might run into timeouts with the default 10min timeout for the md5/sha256 async tasks. Since we don't know how long the upload will take, we also need to adjust the number of retries for the async_status task. Change-Id: Icc86f896d25b923a323ade8643fb5855a2d4ff0a Co-Authored-By: Simon Westphahl <simon.westphahl@bmw.de>
7 lines
479 B
YAML
7 lines
479 B
YAML
upload_image_swift_image_name: '{{ build_diskimage_image_name | default(zuul.image_build_name) }}'
|
|
upload_image_swift_delete_after: 0
|
|
upload_image_swift_filename: '{{ build_diskimage_image_root }}/{{ build_diskimage_image_name }}.{{ upload_image_swift_extension }}'
|
|
upload_image_swift_name: '{{ zuul.build }}-{{ build_diskimage_image_name }}.{{ upload_image_swift_extension }}'
|
|
upload_image_swift_extension: '{{ upload_image_swift_format }}'
|
|
upload_image_swift_hash_timeout: 600
|