From 0db0376764e7a793f57b8b508fba53c8e8138850 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Sat, 15 Oct 2022 21:40:54 -0500 Subject: [PATCH] Pin stable/wallaby jobs nodeset to Ubuntu Focal (20.04) In 2023.1 cycle. we are moving the default distro version of Ubuntu to Jammy (22.04)[1] so we need to pin the nodeset for stable branch job in master gate so that they continue run on their supporting distro version which is Ubuntu Focal since stable/victoria. [1] https://governance.openstack.org/tc/goals/selected/migrate-ci-jobs-to-ubuntu-jammy.html Change-Id: Ia3f329f9f0e4d8f7541d002ad7c8e77083b44bca --- .zuul.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index a73a48f..88e59ca 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -130,7 +130,7 @@ - job: name: telemetry-dsvm-integration-wallaby parent: telemetry-dsvm-integration - nodeset: openstack-single-node-bionic + nodeset: openstack-single-node-focal override-checkout: stable/wallaby voting: false