From 0570c461693ffa5053c6f1e7bff7ea7ab356b96b Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Fri, 26 Oct 2018 15:19:43 +0100 Subject: [PATCH] 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 --- zuul.d/project.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index b4167726..0f544afc 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -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