From b5a6ee1dc11ff263fe64993ab642630fa20b5aa8 Mon Sep 17 00:00:00 2001 From: ghanshyam Date: Mon, 11 Mar 2019 05:14:39 +0000 Subject: [PATCH] Migrate 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 remove the overridden nodeset from magnum legacy jobs so that it will start using the nodeset defined in parent job. 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/641886/ Change-Id: Ia5f037432f4c5925f916e19cbe8a3253869674d9 --- .zuul.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 5149045316..066c3fc26d 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -28,7 +28,6 @@ name: magnum-functional-base parent: legacy-dsvm-base timeout: 7800 - nodeset: legacy-ubuntu-xenial pre-run: playbooks/pre/prepare-workspace.yaml run: playbooks/magnum-functional-base.yaml post-run: playbooks/post/upload-logs.yaml @@ -67,7 +66,6 @@ name: magnum-functional-base-python2 parent: legacy-dsvm-base timeout: 7800 - nodeset: legacy-ubuntu-xenial pre-run: playbooks/pre/prepare-workspace.yaml run: playbooks/magnum-functional-base.yaml post-run: playbooks/post/upload-logs.yaml @@ -106,7 +104,6 @@ name: magnum-functional-multinode-base parent: legacy-dsvm-base-multinode timeout: 7800 - nodeset: legacy-ubuntu-xenial-2-node pre-run: playbooks/pre/prepare-workspace.yaml run: playbooks/magnum-functional-base.yaml post-run: playbooks/post/upload-logs.yaml @@ -158,7 +155,7 @@ nodeset: nodes: - name: primary - label: ubuntu-xenial-vexxhost + label: ubuntu-bionic-vexxhost - job: name: magnum-functional-k8s @@ -317,7 +314,6 @@ name: magnum-buildimages-base parent: legacy-publish-openstack-artifacts timeout: 3600 - nodeset: legacy-ubuntu-xenial pre-run: playbooks/pre/prepare-workspace-images.yaml run: playbooks/magnum-buildimages-base.yaml post-run: playbooks/post/upload-images.yaml