Add non-voting jobs for ARA to test the devel branch of Ansible
The Ansible devel branch is working towards the release of Ansible
2.4 and have begun introducing backwards-incompatible changes that
break ARA, such as this one [1].
By having a non-voting job against devel, we are able to see these
changes coming as they land as well as work to resolve the issues
on a continuous basis so that when 2.4 releases, ARA is ready.
[1]: 74842adc07
Change-Id: Ib123ba0715cb4e7625b3080ac36fb92eaffe7d43
This commit is contained in:
parent
2adfd0e1cf
commit
c6432068a1
@ -1,5 +1,5 @@
|
|||||||
- job-template:
|
- job-template:
|
||||||
name: 'gate-ara-integration-{ansible_version}-{ostype}'
|
name: 'gate-ara-integration-{ansible_version}-{ostype}{suffix}'
|
||||||
node: '{ostype}'
|
node: '{ostype}'
|
||||||
builders:
|
builders:
|
||||||
- print-template-name:
|
- print-template-name:
|
||||||
|
@ -277,11 +277,15 @@
|
|||||||
- 2.1.6.0
|
- 2.1.6.0
|
||||||
- 2.2.3.0
|
- 2.2.3.0
|
||||||
- latest
|
- latest
|
||||||
|
- devel
|
||||||
jobs:
|
jobs:
|
||||||
- coverage-jobs
|
- coverage-jobs
|
||||||
- python-jobs
|
- python-jobs
|
||||||
- hook-{name}-rtfd
|
- hook-{name}-rtfd
|
||||||
- 'gate-ara-integration-{ansible_version}-{ostype}'
|
- 'gate-ara-integration-{ansible_version}-{ostype}{suffix}':
|
||||||
|
suffix:
|
||||||
|
- ''
|
||||||
|
- '-nv'
|
||||||
- 'gate-ara-integration-openstack-ansible-func-{ostype}'
|
- 'gate-ara-integration-openstack-ansible-func-{ostype}'
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
|
@ -5867,9 +5867,11 @@ projects:
|
|||||||
- gate-ara-integration-2.1.6.0-centos-7
|
- gate-ara-integration-2.1.6.0-centos-7
|
||||||
- gate-ara-integration-2.2.3.0-centos-7
|
- gate-ara-integration-2.2.3.0-centos-7
|
||||||
- gate-ara-integration-latest-centos-7
|
- gate-ara-integration-latest-centos-7
|
||||||
|
- gate-ara-integration-devel-centos-7-nv
|
||||||
- gate-ara-integration-2.1.6.0-ubuntu-xenial
|
- gate-ara-integration-2.1.6.0-ubuntu-xenial
|
||||||
- gate-ara-integration-2.2.3.0-ubuntu-xenial
|
- gate-ara-integration-2.2.3.0-ubuntu-xenial
|
||||||
- gate-ara-integration-latest-ubuntu-xenial
|
- gate-ara-integration-latest-ubuntu-xenial
|
||||||
|
- gate-ara-integration-devel-ubuntu-xenial-nv
|
||||||
- gate-ara-integration-openstack-ansible-func-centos-7
|
- gate-ara-integration-openstack-ansible-func-centos-7
|
||||||
- gate-ara-integration-openstack-ansible-func-ubuntu-xenial
|
- gate-ara-integration-openstack-ansible-func-ubuntu-xenial
|
||||||
- ara-coverage-ubuntu-xenial
|
- ara-coverage-ubuntu-xenial
|
||||||
|
Loading…
Reference in New Issue
Block a user