From 259025637dcd0f35f926a06411b532dc74278e71 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Thu, 30 Jul 2020 16:20:01 -0500 Subject: [PATCH] [goal] Migrate murano-tempest-plugin jobs to focal As per victoria cycle testing runtime and community goal[1] we need to migrate upstream CI/CD to Ubuntu Focal(20.04). Most of the Tempest jobs will be migrate automatically once devstack base job start running on Focal(Depends-On). Stable jobs testing stable branch needs to keep running on their supported distro version which is bionic from stein till ussuri. [1] https://governance.openstack.org/tc/goals/selected/victoria/migrate-ci-cd-jobs-to-ubuntu-fo$ Change-Id: I72f42951d29a23d01fbe803d553debc76d49acbc Story: #2007865 Task: #40198 --- .zuul.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 71c5f58..9e6bf25 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -19,14 +19,17 @@ - job: name: murano-tempest-api-ussuri parent: murano-tempest-api + nodeset: openstack-single-node-bionic override-checkout: stable/ussuri - job: name: murano-tempest-api-train parent: murano-tempest-api + nodeset: openstack-single-node-bionic override-checkout: stable/train - job: name: murano-tempest-api-stein parent: murano-tempest-api + nodeset: openstack-single-node-bionic override-checkout: stable/stein