CI: Always build images for centos jobs
CentOS 9 Stream images are not getting published so we need to build them every time. Change-Id: I782ab105da4f23979dcbe2348c7141a1ae272b9a
This commit is contained in:
parent
c026666551
commit
ec0367c039
@ -18,7 +18,7 @@
|
||||
kolla_ansible_src_dir: "{{ ansible_env.PWD }}/src/{{ zuul.project.canonical_hostname }}/openstack/kolla-ansible"
|
||||
kolla_ansible_local_src_dir: "{{ zuul.executor.work_root }}/src/{{ zuul.project.canonical_hostname }}/openstack/kolla-ansible"
|
||||
infra_dockerhub_mirror: "http://{{ zuul_site_mirror_fqdn }}:8082/"
|
||||
need_build_image: false
|
||||
need_build_image: "{{ kolla_build_images | default(false) }}"
|
||||
build_image_tag: "change_{{ zuul.change | default('none') }}"
|
||||
openstack_core_enabled: "{{ openstack_core_enabled }}"
|
||||
openstack_core_tested: "{{ scenario in ['core', 'cephadm', 'zun', 'cells', 'swift', 'ovn'] }}"
|
||||
|
@ -7,6 +7,7 @@
|
||||
vars:
|
||||
base_distro: centos
|
||||
tls_enabled: true
|
||||
kolla_build_images: true
|
||||
|
||||
- job:
|
||||
name: kolla-ansible-debian-source-aarch64
|
||||
|
Loading…
Reference in New Issue
Block a user