Make the OpenStack-Ansible integration jobs voting in the ARA gate

The OpenStack-Ansible integration jobs are a great and reliable way
to test ARA on real playbooks from real users and since it
continually tests their workflows, ARA is not as likely to merge
regressions which could break their gate or any other gate using ARA.

Change-Id: I382442880f7368b7c4d00c0e5bdd736d43cd7aa7
This commit is contained in:
David Moreau-Simard 2017-05-08 21:06:47 -04:00
parent f46dc68c61
commit b376543dd4
3 changed files with 6 additions and 5 deletions

View File

@ -53,7 +53,7 @@
# gate ($ZUUL_PROJECT == 'openstack/ara'), it retrieves ARA from zuul-cloner,
# otherwise, PyPi.
- job-template:
name: 'gate-ara-integration-openstack-ansible-func-{ostype}{suffix}'
name: 'gate-ara-integration-openstack-ansible-func-{ostype}'
node: '{ostype}'
wrappers:
- build-timeout:

View File

@ -252,8 +252,7 @@
- python-jobs
- hook-{name}-rtfd
- 'gate-ara-integration-{ansible_version}-{ostype}'
- 'gate-ara-integration-openstack-ansible-func-{ostype}{suffix}':
suffix: '-nv'
- 'gate-ara-integration-openstack-ansible-func-{ostype}'
- project:
name: arch-wg

View File

@ -5809,8 +5809,8 @@ projects:
- gate-ara-integration-2.1.5.0-ubuntu-xenial
- gate-ara-integration-2.2.2.0-ubuntu-xenial
- gate-ara-integration-latest-ubuntu-xenial
- gate-ara-integration-openstack-ansible-func-centos-7-nv
- gate-ara-integration-openstack-ansible-func-ubuntu-xenial-nv
- gate-ara-integration-openstack-ansible-func-centos-7
- gate-ara-integration-openstack-ansible-func-ubuntu-xenial
- ara-coverage-ubuntu-xenial
gate:
- gate-ara-integration-2.1.5.0-centos-7
@ -5819,6 +5819,8 @@ projects:
- gate-ara-integration-2.1.5.0-ubuntu-xenial
- gate-ara-integration-2.2.2.0-ubuntu-xenial
- gate-ara-integration-latest-ubuntu-xenial
- gate-ara-integration-openstack-ansible-func-centos-7
- gate-ara-integration-openstack-ansible-func-ubuntu-xenial
post:
- ara-coverage-ubuntu-xenial