diff --git a/README.rst b/README.rst index 88954fcc..c3e94da5 100644 --- a/README.rst +++ b/README.rst @@ -113,17 +113,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. diff --git a/requirements.txt b/requirements.txt index 92e006fe..ee962893 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index bad63261..49c4ab9c 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -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: diff --git a/zuul.d/layout.yaml b/zuul.d/layout.yaml index 54dfb5bd..dfeb2212 100644 --- a/zuul.d/layout.yaml +++ b/zuul.d/layout.yaml @@ -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