CI: Don't download Cirros or IPA in seed jobs

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
This commit is contained in:
Mark Goddard 2022-03-15 10:12:22 +00:00
parent 5fb6362e25
commit d77a30db36
3 changed files with 3 additions and 15 deletions

View File

@ -1,7 +0,0 @@
---
# Don't build an IPA deployment image, instead download upstream images.
create_ipa_image: false
download_ipa: true
# Don't build a disk image. It takes time and can be unreliable.
use_cirros: true

View File

@ -30,11 +30,6 @@
path: "{{ kayobe_config_src_dir }}/etc/kayobe/kolla/config/bifrost"
state: "directory"
- name: Ensure bifrost overrides file exists
template:
src: bifrost-overrides.yml.j2
dest: "{{ kayobe_config_src_dir }}/etc/kayobe/kolla/config/bifrost/bifrost.yml"
- name: Ensure kayobe is installed
shell:
cmd: dev/install.sh &> {{ logs_dir }}/ansible/install

View File

@ -1,7 +1,7 @@
---
# Don't build an IPA deployment image, instead download upstream images.
# Don't build an IPA deployment image.
create_ipa_image: false
download_ipa: true
download_ipa: false
# Don't build a disk image. It takes time and can be unreliable.
use_cirros: true
create_image_via_dib: false