Migrate tacker legacy jobs to Ubuntu Bionic

We have migrated the zuulv3 job to Bionic during Dec/Jan month.
 - http://lists.openstack.org/pipermail/openstack-discuss/2018-December/000837.html
 - https://etherpad.openstack.org/p/devstack-bionic
But that effort does not move all gate job to Bionic as there are
large amount of jobs are still legacy jobs. All the legacy jobs still
use Xenial as nodeset.

As per the decided runtime for Stein, we need to test everything on openstack
CI/CD on Bionic - https://governance.openstack.org/tc/reference/runtimes/stein.html

Below patch move the legacy base jobs to bionic which will move the derived jobs
automatically to bionic. These jobs are modified with branch variant so that they will use
Bionic node from stein onwards and xenial for all other stable branches
until stable/rocky.
- https://review.openstack.org/#/c/639096

This commit modify the nodeset from xenial to bionic which will migrate
the tacker mutinode jobs to bionic.

More Details: 
- https://etherpad.openstack.org/p/legacy-job-bionic
- http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003614.html

Change-Id: Ic83d18bbbbaa86750a370d04cbb4b2ea88c7ea9e
This commit is contained in:
dharmendra 2019-03-12 11:35:32 +00:00 committed by Ghanshyam Mann
parent c9fee0af8d
commit 2dd9cb5b70
1 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
- nodeset:
name: openstack-multi-nodes
name: openstack-2-nodes
nodes:
- name: controller
label: ubuntu-xenial
label: ubuntu-bionic
- name: compute1
label: ubuntu-xenial
label: ubuntu-bionic
groups:
# Nodes running the compute service
- name: compute
@ -29,7 +29,7 @@
parent: devstack
description: |
Base multinodes job for devstack-based functional tests
nodeset: openstack-multi-nodes
nodeset: openstack-2-nodes
pre-run: playbooks/devstack/pre.yaml
run: playbooks/devstack/run.yaml
post-run: playbooks/devstack/post.yaml