Skip to content
Snippets Groups Projects
Commit 466206c6 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

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

parents fda1afbb e18e40eb
No related branches found
No related tags found
No related merge requests found
...@@ -38,13 +38,6 @@ ...@@ -38,13 +38,6 @@
- item.branch == zuul.branch - item.branch == zuul.branch
with_items: "{{ zuul['items'] }}" 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 # NOTE(yoctozepto): required to template template_overrides.j2 for Zuul
- name: Include kolla Zuul vars if building new images - name: Include kolla Zuul vars if building new images
include_vars: include_vars:
......
...@@ -12,8 +12,6 @@ ...@@ -12,8 +12,6 @@
parent: kolla-ansible-base parent: kolla-ansible-base
nodeset: kolla-ansible-debian nodeset: kolla-ansible-debian
voting: false voting: false
required-projects:
- openstack/kolla
vars: vars:
base_distro: debian base_distro: debian
install_type: source install_type: source
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment