From 95c5365039a4397f8d98fea760c80dcd0bdabd60 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Fri, 26 Oct 2018 15:16:31 +0100 Subject: [PATCH] Switch python3 test to bionic 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. Change-Id: I8eba7f2ed61d667a332cbe736278fd79964e3bd2 --- zuul.d/project.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index f2ec01d..be5399f 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -20,7 +20,7 @@ - release-notes-jobs-python3 check: jobs: - - openstack-ansible-python3-ubuntu-xenial + - openstack-ansible-python3-ubuntu-bionic gate: jobs: - - openstack-ansible-python3-ubuntu-xenial + - openstack-ansible-python3-ubuntu-bionic