Merge "CI: Don't always build images for Debian"

This commit is contained in:
Zuul 2019-11-11 16:34:32 +00:00 committed by Gerrit Code Review
commit 466206c623
2 changed files with 0 additions and 9 deletions

View File

@ -38,13 +38,6 @@
- item.branch == zuul.branch
with_items: "{{ zuul['items'] }}"
# NOTE(hrw): we do not publish Debian images (yet)
- name: enable building images for Debian
set_fact:
need_build_image: true
when:
ansible_distribution == "Debian"
# NOTE(yoctozepto): required to template template_overrides.j2 for Zuul
- name: Include kolla Zuul vars if building new images
include_vars:

View File

@ -12,8 +12,6 @@
parent: kolla-ansible-base
nodeset: kolla-ansible-debian
voting: false
required-projects:
- openstack/kolla
vars:
base_distro: debian
install_type: source