Rename the xenial gate jobs and migrate them to 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 rename the ubuntu based gate job so that we do not need to rename
them on every new distro migration.

Making failed job as n-v till story#2005227

More Details: 
- https://etherpad.openstack.org/p/legacy-job-bionic
- http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003614.html
Depends-On: https://review.openstack.org/#/c/639096

Change-Id: I57654b5d57ab3558f9861b6751eea2e111b24bce
This commit is contained in:
ghanshyam 2019-03-12 00:37:33 +00:00 committed by Ghanshyam Mann
parent 7f2d879b4c
commit 73a646dd3e
1 changed files with 6 additions and 3 deletions

View File

@ -10,7 +10,9 @@
- release-notes-jobs-python3
check:
jobs:
- freezer-ubuntu-xenial
- freezer-ubuntu:
# n-v till story#2005227
voting: false
- freezer-centos-7:
voting: false
- openstack-tox-pylint
@ -19,7 +21,8 @@
gate:
queue: freezer
jobs:
- freezer-ubuntu-xenial
# Commenting as this is n-v job till story#2005227
#- freezer-ubuntu
- openstack-tox-pylint
- freezer-tempest-agent
- freezer-tempest-scheduler
@ -42,7 +45,7 @@
- openstack/freezer-tempest-plugin
- job:
name: freezer-ubuntu-xenial
name: freezer-ubuntu
parent: freezer-legacy-dsvm-base
- job: