From 8313334259e5dc66631c1d17594109b75f84b58c Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Thu, 9 Jul 2020 15:50:32 -0500 Subject: [PATCH] Migrate devstack-plugin-nfs 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). devstack-plugin-nfs jobs will be migrate automatically to Focal 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-focal.html Change-Id: Ia65c0739f9e8454e7bc8ada7cc076f42c68fe7ce --- .zuul.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index a4f6f94..26a3f03 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -71,14 +71,17 @@ - job: name: devstack-plugin-nfs-tempest-full-ussuri parent: devstack-plugin-nfs-tempest-full + nodeset: openstack-single-node-bionic override-checkout: stable/ussuri - job: name: devstack-plugin-nfs-tempest-full-train parent: devstack-plugin-nfs-tempest-full + nodeset: openstack-single-node-bionic override-checkout: stable/train - job: name: devstack-plugin-nfs-tempest-full-stein parent: devstack-plugin-nfs-tempest-full + nodeset: openstack-single-node-bionic override-checkout: stable/stein