Switch python3 test to bionic and add it to gate

Ubuntu bionic is python3 by default, and OSA
stein will not support Ubuntu xenial, so it
makes sense to switch the testing to use bionic
instead.

The test is also passing, so we should add it
into the gate queue to prevent regressions.

Change-Id: I43b6aac57f664e19f2d77be5a17fd3cb663075b2
This commit is contained in:
Jesse Pretorius 2018-10-26 15:19:43 +01:00
parent cf99208142
commit 0570c46169
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,7 @@
- openstack-ansible-functional-opensuse-423
- openstack-ansible-functional-ubuntu-bionic
- openstack-ansible-functional-ubuntu-xenial
- openstack-ansible-python3-ubuntu-xenial
- openstack-ansible-python3-ubuntu-bionic
experimental:
jobs:
- openstack-ansible-integrated-deploy-aio
@ -35,3 +35,4 @@
- openstack-ansible-functional-opensuse-423
- openstack-ansible-functional-ubuntu-bionic
- openstack-ansible-functional-ubuntu-xenial
- openstack-ansible-python3-ubuntu-bionic