Update integration tests to use the latest stable versions of Ansible

There's been new releases in 2.4 and 2.5, let's use those.

Change-Id: I2c885d420445bf452a5684152365c155dee9bf0d
This commit is contained in:
David Moreau Simard 2018-05-21 17:31:36 -07:00
parent 41427039de
commit 9723c6ba19
No known key found for this signature in database
GPG Key ID: 33A07694CBB71ECC
3 changed files with 22 additions and 22 deletions

View File

@ -116,9 +116,9 @@ regressions. Here's our current testing coverage:
+------------------+--------+--------+----------+--------+--------+ +------------------+--------+--------+----------+--------+--------+
| - | Fedora | CentOS | OpenSUSE | Debian | Ubuntu | | - | Fedora | CentOS | OpenSUSE | Debian | Ubuntu |
+==================+========+========+==========+========+========+ +==================+========+========+==========+========+========+
| Ansible 2.4.3.0 | | X | | X | | | Ansible 2.4.4.0 | | X | | X | |
+------------------+--------+--------+----------+--------+--------+ +------------------+--------+--------+----------+--------+--------+
| Ansible 2.5.0 | X | | X | | X | | Ansible 2.5.2 | X | | X | | X |
+------------------+--------+--------+----------+--------+--------+ +------------------+--------+--------+----------+--------+--------+
| Ansible "devel" | X | | | | X | | Ansible "devel" | X | | | | X |
+------------------+--------+--------+----------+--------+--------+ +------------------+--------+--------+----------+--------+--------+

View File

@ -6,35 +6,35 @@
timeout: 900 timeout: 900
- job: - job:
name: ara-integration-debian-py27-2.4.3.0 name: ara-integration-debian-py27-2.4.4.0
parent: ara-integration-base parent: ara-integration-base
vars: vars:
python_test_version: py27 python_test_version: py27
ansible_test_version: 2.4.3.0 ansible_test_version: 2.4.4.0
nodeset: debian-stable nodeset: debian-stable
- job: - job:
name: ara-integration-centos-py27-2.4.3.0 name: ara-integration-centos-py27-2.4.4.0
parent: ara-integration-base parent: ara-integration-base
vars: vars:
python_test_version: py27 python_test_version: py27
ansible_test_version: 2.4.3.0 ansible_test_version: 2.4.4.0
nodeset: centos-7 nodeset: centos-7
- job: - job:
name: ara-integration-opensuse-py27-2.5.0 name: ara-integration-opensuse-py27-2.5.2
parent: ara-integration-base parent: ara-integration-base
vars: vars:
python_test_version: py27 python_test_version: py27
ansible_test_version: 2.5.0 ansible_test_version: 2.5.2
nodeset: opensuse-423 nodeset: opensuse-423
- job: - job:
name: ara-integration-ubuntu-py35-2.5.0 name: ara-integration-ubuntu-py35-2.5.2
parent: ara-integration-base parent: ara-integration-base
vars: vars:
python_test_version: py35 python_test_version: py35
ansible_test_version: 2.5.0 ansible_test_version: 2.5.2
nodeset: ubuntu-xenial nodeset: ubuntu-xenial
- job: - job:
@ -46,11 +46,11 @@
nodeset: ubuntu-xenial nodeset: ubuntu-xenial
- job: - job:
name: ara-integration-fedora-py35-2.5.0 name: ara-integration-fedora-py35-2.5.2
parent: ara-integration-base parent: ara-integration-base
vars: vars:
python_test_version: py35 python_test_version: py35
ansible_test_version: 2.5.0 ansible_test_version: 2.5.2
nodeset: fedora-27 nodeset: fedora-27
- job: - job:

View File

@ -1,19 +1,19 @@
- project: - project:
check: check:
jobs: jobs:
- ara-integration-debian-py27-2.4.3.0 - ara-integration-debian-py27-2.4.4.0
- ara-integration-centos-py27-2.4.3.0 - ara-integration-centos-py27-2.4.4.0
- ara-integration-opensuse-py27-2.5.0 - ara-integration-opensuse-py27-2.5.2
- ara-integration-ubuntu-py35-2.5.0 - ara-integration-ubuntu-py35-2.5.2
- ara-integration-ubuntu-py35-devel: - ara-integration-ubuntu-py35-devel:
voting: false voting: false
- ara-integration-fedora-py35-2.5.0 - ara-integration-fedora-py35-2.5.2
- ara-integration-fedora-py35-devel: - ara-integration-fedora-py35-devel:
voting: false voting: false
gate: gate:
jobs: jobs:
- ara-integration-debian-py27-2.4.3.0 - ara-integration-debian-py27-2.4.4.0
- ara-integration-centos-py27-2.4.3.0 - ara-integration-centos-py27-2.4.4.0
- ara-integration-opensuse-py27-2.5.0 - ara-integration-opensuse-py27-2.5.2
- ara-integration-ubuntu-py35-2.5.0 - ara-integration-ubuntu-py35-2.5.2
- ara-integration-fedora-py35-2.5.0 - ara-integration-fedora-py35-2.5.2