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:
David Moreau-Simard 2017-06-20 12:43:33 -04:00
parent 2adfd0e1cf
commit c6432068a1
3 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,5 @@
- job-template:
name: 'gate-ara-integration-{ansible_version}-{ostype}'
name: 'gate-ara-integration-{ansible_version}-{ostype}{suffix}'
node: '{ostype}'
builders:
- print-template-name:

View File

@ -277,11 +277,15 @@
- 2.1.6.0
- 2.2.3.0
- latest
- devel
jobs:
- coverage-jobs
- python-jobs
- 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}'
- project:

View File

@ -5867,9 +5867,11 @@ projects:
- gate-ara-integration-2.1.6.0-centos-7
- gate-ara-integration-2.2.3.0-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.2.3.0-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-ubuntu-xenial
- ara-coverage-ubuntu-xenial