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:
parent
f46dc68c61
commit
b376543dd4
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user