Merge "Update versions of Ansible for integration jobs, Ansible 2.4.x is EOL"

This commit is contained in:
Zuul 2018-11-14 03:33:35 +00:00 committed by Gerrit Code Review
commit 9ae86fbaa5
4 changed files with 32 additions and 32 deletions

View File

@ -115,17 +115,17 @@ contributing !
Each commit to ARA is reviewed and also rigorously tested to prevent
regressions. Here's our current testing coverage:
+------------------+--------+--------+----------+--------+--------+
| - | Fedora | CentOS | OpenSUSE | Debian | Ubuntu |
+==================+========+========+==========+========+========+
| Ansible 2.4.5.0 | | py27 | | | |
+------------------+--------+--------+----------+--------+--------+
| Ansible 2.5.5 | | | | py27 | |
+------------------+--------+--------+----------+--------+--------+
| Ansible 2.6.0 | py35 | | py27 | | py35 |
+------------------+--------+--------+----------+--------+--------+
| Ansible "devel" | py35 | | | | py35 |
+------------------+--------+--------+----------+--------+--------+
+-----------------+--------+--------+----------+--------+--------+
| - | Fedora | CentOS | OpenSUSE | Debian | Ubuntu |
+=================+========+========+==========+========+========+
| Ansible 2.5.9 | | py27 | | | |
+-----------------+--------+--------+----------+--------+--------+
| Ansible 2.6.5 | | | | py27 | |
+-----------------+--------+--------+----------+--------+--------+
| Ansible 2.7.0 | py35 | | py27 | | py35 |
+-----------------+--------+--------+----------+--------+--------+
| Ansible "devel" | py35 | | | | py35 |
+-----------------+--------+--------+----------+--------+--------+
You might also be interested in reading the project manifesto_ in order to have
a good understanding of the project's core values and philosophy.

View File

@ -1,7 +1,7 @@
pbr!=2.1.0,>=2.0.0 # Apache-2.0
jinja2>=2.9
ansible>=2.4.5.0
ansible>=2.5.0
Flask>=0.11,!=0.12.3
Flask-SQLAlchemy
Flask-Migrate

View File

@ -6,35 +6,35 @@
timeout: 900
- job:
name: ara-integration-debian-py27-2.5.8
name: ara-integration-debian-py27-2.6.5
parent: ara-integration-base
vars:
python_test_version: py27
ansible_test_version: 2.5.8
ansible_test_version: 2.6.5
nodeset: debian-stable
- job:
name: ara-integration-centos-py27-2.4.6.0
name: ara-integration-centos-py27-2.5.9
parent: ara-integration-base
vars:
python_test_version: py27
ansible_test_version: 2.4.6.0
ansible_test_version: 2.5.9
nodeset: centos-7
- job:
name: ara-integration-opensuse-py27-2.6.3
name: ara-integration-opensuse-py27-2.7.0
parent: ara-integration-base
vars:
python_test_version: py27
ansible_test_version: 2.6.3
ansible_test_version: 2.7.0
nodeset: opensuse-423
- job:
name: ara-integration-ubuntu-py35-2.6.3
name: ara-integration-ubuntu-py35-2.7.0
parent: ara-integration-base
vars:
python_test_version: py35
ansible_test_version: 2.6.3
ansible_test_version: 2.7.0
nodeset: ubuntu-xenial
- job:
@ -46,11 +46,11 @@
nodeset: ubuntu-xenial
- job:
name: ara-integration-fedora-py35-2.6.3
name: ara-integration-fedora-py35-2.7.0
parent: ara-integration-base
vars:
python_test_version: py35
ansible_test_version: 2.6.3
ansible_test_version: 2.7.0
nodeset: fedora-latest
- job:

View File

@ -3,19 +3,19 @@
rtd_webhook_id: '46259'
check:
jobs:
- ara-integration-debian-py27-2.5.8
- ara-integration-centos-py27-2.4.6.0
- ara-integration-opensuse-py27-2.6.3
- ara-integration-ubuntu-py35-2.6.3
- ara-integration-debian-py27-2.6.5
- ara-integration-centos-py27-2.5.9
- ara-integration-opensuse-py27-2.7.0
- ara-integration-ubuntu-py35-2.7.0
- ara-integration-ubuntu-py35-devel:
voting: false
- ara-integration-fedora-py35-2.6.3
- ara-integration-fedora-py35-2.7.0
- ara-integration-fedora-py35-devel:
voting: false
gate:
jobs:
- ara-integration-debian-py27-2.5.8
- ara-integration-centos-py27-2.4.6.0
- ara-integration-opensuse-py27-2.6.3
- ara-integration-ubuntu-py35-2.6.3
- ara-integration-fedora-py35-2.6.3
- ara-integration-debian-py27-2.6.5
- ara-integration-centos-py27-2.5.9
- ara-integration-opensuse-py27-2.7.0
- ara-integration-ubuntu-py35-2.7.0
- ara-integration-fedora-py35-2.7.0