From 73a646dd3e058090b4b1965345b6dcecfe0bf11d Mon Sep 17 00:00:00 2001 From: ghanshyam Date: Tue, 12 Mar 2019 00:37:33 +0000 Subject: [PATCH] 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 --- .zuul.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index f0e8ff08..70f14556 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -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: