Skip to content
Snippets Groups Projects
Commit 9322db0e authored by Mark Goddard's avatar Mark Goddard
Browse files

Make source jobs voting and gating

As discussed in Kolla IRC meeting 26th July 2018 [1].

[1]
http://eavesdrop.openstack.org/meetings/kolla/2018/kolla.2018-07-25-15.00.log.html#l-77

Change-Id: I6fc46658a9516e44843f31a308504534a6b93d8d
parent a018e60c
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,6 @@
name: kolla-ansible-centos-source
parent: kolla-ansible-base
nodeset: kolla-ansible-centos
voting: false
vars:
base_distro: centos
install_type: source
......@@ -12,7 +11,6 @@
name: kolla-ansible-ubuntu-source
parent: kolla-ansible-base
nodeset: kolla-ansible-xenial
voting: false
vars:
base_distro: ubuntu
install_type: source
......
......@@ -13,6 +13,8 @@
- openstack-tox-lower-constraints
gate:
jobs:
- kolla-ansible-centos-source
- kolla-ansible-ubuntu-source
- openstack-tox-lower-constraints
periodic:
jobs:
......
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