Bump requirements and update gate jobs for latest version of Ansible

This also notably unpins flask which has been proven to not break
things.

Change-Id: Ice6273aecde09e72216ced712e5013eeb04f9ede
This commit is contained in:
David Moreau Simard 2018-07-03 10:46:07 -04:00
parent d69b2d34c2
commit 2f32641f19
No known key found for this signature in database
GPG Key ID: 33A07694CBB71ECC
4 changed files with 27 additions and 25 deletions

View File

@ -116,11 +116,13 @@ regressions. Here's our current testing coverage:
+------------------+--------+--------+----------+--------+--------+
| - | Fedora | CentOS | OpenSUSE | Debian | Ubuntu |
+==================+========+========+==========+========+========+
| Ansible 2.4.4.0 | | X | | X | |
| Ansible 2.4.5.0 | | py27 | | | |
+------------------+--------+--------+----------+--------+--------+
| Ansible 2.5.2 | X | | X | | X |
| Ansible 2.5.5 | | | | py27 | |
+------------------+--------+--------+----------+--------+--------+
| Ansible "devel" | X | | | | X |
| Ansible 2.6.0 | py35 | | py27 | | py35 |
+------------------+--------+--------+----------+--------+--------+
| Ansible "devel" | py35 | | | | py35 |
+------------------+--------+--------+----------+--------+--------+
You might also be interested in reading the project manifesto_ in order to have

View File

@ -1,8 +1,8 @@
pbr!=2.1.0,>=2.0.0 # Apache-2.0
jinja2>=2.9
ansible>=2.4.1.0
Flask>=0.11,<0.13,!=0.12.3
ansible>=2.4.5.0
Flask>=0.11,!=0.12.3
Flask-SQLAlchemy
Flask-Migrate
Flask-Script

View File

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

View File

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