From 5b9eb634ec99f25447e5a8007476ea51345f46d9 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Sat, 15 Oct 2022 20:55:18 -0500 Subject: [PATCH] Pin stable branch 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: I7d8027dd893e07581ca30053c4d6c8ba843b14d9 --- .zuul.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index b1910d0..e79337d 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -63,9 +63,11 @@ - job: name: keystone-dsvm-py3-functional-yoga parent: keystone-dsvm-py3-functional + nodeset: openstack-single-node-focal override-checkout: stable/yoga - job: name: keystone-dsvm-py3-functional-xena parent: keystone-dsvm-py3-functional + nodeset: openstack-single-node-focal override-checkout: stable/xena