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
This commit is contained in:
confi-surya 2018-11-28 11:27:22 +00:00 committed by Surya Prakash (spsurya)
parent c2804ca14f
commit 5eec015caf
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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