From 2dd9cb5b70436ce1717974dc25d5b1f4c27d4294 Mon Sep 17 00:00:00 2001 From: dharmendra Date: Tue, 12 Mar 2019 11:35:32 +0000 Subject: [PATCH] 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 --- .zuul.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 897a90901..9a90635b4 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -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