From 5eec015caf9fffe53bf025e26fa5d4182295e26f Mon Sep 17 00:00:00 2001 From: confi-surya Date: Wed, 28 Nov 2018 11:27:22 +0000 Subject: [PATCH] Run jobs on bionic instead of xenial We want to migrate to the latest Ubuntu LTS release 18.04 aka Bionic. This is just a patch to find possible issues before the real migration starts. See [0] for the big picture. Also test running tox jobs on Bionic. [0] https://etherpad.openstack.org/p/devstack-bionic Depends-On: https://review.openstack.org/610977 Change-Id: I748f26faf6f98e9693b5cd803577df1118121b41 --- .zuul.d/base.yaml | 4 ++-- .zuul.d/ubuntu.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.zuul.d/base.yaml b/.zuul.d/base.yaml index 78e2d5654b..203ead2b40 100644 --- a/.zuul.d/base.yaml +++ b/.zuul.d/base.yaml @@ -32,10 +32,10 @@ label: centos-7 - nodeset: - name: kolla-ubuntu + name: kolla-ubuntu-bionic nodes: - name: primary - label: ubuntu-xenial + label: ubuntu-bionic - job: name: kolla-base diff --git a/.zuul.d/ubuntu.yaml b/.zuul.d/ubuntu.yaml index cd8945a038..0ed2012378 100644 --- a/.zuul.d/ubuntu.yaml +++ b/.zuul.d/ubuntu.yaml @@ -31,7 +31,7 @@ - job: name: kolla-build-ubuntu-binary parent: kolla-base - nodeset: kolla-ubuntu + nodeset: kolla-ubuntu-bionic voting: false vars: action: build @@ -50,7 +50,7 @@ - job: name: kolla-build-ubuntu-source parent: kolla-base - nodeset: kolla-ubuntu + nodeset: kolla-ubuntu-bionic vars: action: build base_distro: ubuntu