
This is a near-copy of the swift-upload-image role in opendev/zuul-providers. This is to share the opendev-developed role with the wider zuul community as we start to test zuul-launcher. Change-Id: I95ef921f08fabae9fce2e57884905b11b7d0c1cb
6 lines
409 B
YAML
6 lines
409 B
YAML
upload_image_swift_image_name: '{{ build_diskimage_image_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 }}'
|