d77a30db36
We build IPA images and a deployment image in the seed jobs, so we don't need to download Cirros or IPA images. Also, these downloads depend on external resources which may make jobs less reliable. For seed upgrade jobs, disable IPA and deployment image downloads. Change-Id: Ib59c8bc2d8938eca18c943bb2e66ed185152a739
8 lines
181 B
Django/Jinja
8 lines
181 B
Django/Jinja
---
|
|
# Don't build an IPA deployment image.
|
|
create_ipa_image: false
|
|
download_ipa: false
|
|
|
|
# Don't build a disk image. It takes time and can be unreliable.
|
|
create_image_via_dib: false
|