Add bionic py3 test and switch linters/integrated to bionic

As we switch Stein towards being primarily tested via bionic,
we add a py3 job for bionic, switch the linters test to use
bionic and finally switch the integrated experimental job to
use bionic instead of xenial.

Depends-On: https://review.openstack.org/613030
Change-Id: I80ed525d759d316620c77b688469aeedc13692bc
This commit is contained in:
Jesse Pretorius 2018-10-23 12:44:42 +01:00 committed by Jesse Pretorius (odyssey4me)
parent 586ee2c967
commit 3210fd8366
1 changed files with 9 additions and 2 deletions

View File

@ -93,7 +93,7 @@
Run lint tests for an OpenStack-Ansible project.
Uses tox with the ``linters`` environment.
timeout: 900 # 15 mins
nodeset: ubuntu-xenial
nodeset: ubuntu-bionic
vars:
tox_env: linters
@ -204,11 +204,12 @@
of the ``tox_env`` variable. The OpenStack-Ansible repo
to execute the tests from must be specified in the
``osa_test_repo`` variable.
nodeset: ubuntu-xenial
nodeset: ubuntu-bionic
- job:
name: openstack-ansible-integrated-deploy-aio
parent: openstack-ansible-deploy-aio
nodeset: ubuntu-bionic
voting: false
required-projects:
- openstack/openstack-ansible
@ -229,6 +230,12 @@
vars:
scenario: ceph
- job:
name: openstack-ansible-python3-ubuntu-bionic
parent: openstack-ansible-functional-ubuntu-bionic
vars:
tox_env: func_py3
- job:
name: openstack-ansible-python3-ubuntu-xenial
parent: openstack-ansible-functional-ubuntu-xenial