From 0cadea36db20a4901a551a03c85c9d5508931fb3 Mon Sep 17 00:00:00 2001 From: Pranali Deore Date: Thu, 14 Nov 2024 06:03:31 +0000 Subject: [PATCH] Move Ubuntu focal jobs to Ubuntu Jammy To avoid the periodic tips jobs failure, moving those job to jammy which are still running with focal(py3.8) Change-Id: I59a9e56df58baf23d41049612e90a36b963c633e --- .zuul.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 3f525cde..785e75df 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -39,7 +39,7 @@ parent: tox abstract: true description: Abstract job for glance_store vs. cinder - nodeset: ubuntu-focal + nodeset: ubuntu-jammy required-projects: - name: openstack/os-brick - name: openstack/python-cinderclient @@ -57,7 +57,7 @@ parent: tox abstract: true description: Abstract job for glance_store vs. keystone - nodeset: ubuntu-focal + nodeset: ubuntu-jammy required-projects: - name: openstack/keystoneauth - name: openstack/python-keystoneclient @@ -75,7 +75,7 @@ parent: tox abstract: true description: Abstract job for glance_store vs. oslo - nodeset: ubuntu-focal + nodeset: ubuntu-jammy required-projects: - name: openstack/oslo.concurrency - name: openstack/oslo.config @@ -100,7 +100,7 @@ parent: tox abstract: true description: Abstract job for glance_store vs. swift - nodeset: ubuntu-focal + nodeset: ubuntu-jammy required-projects: - name: openstack/python-swiftclient