From 08c93cf9b1b3be47f4e00166a3bfd1c7b6541dfe Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Tue, 19 Dec 2023 12:53:18 +0100 Subject: [PATCH] Migrate Bifrost jobs to Ubuntu Jammy Change-Id: I8971e760457a499129d06bb472598f25ee168a7f --- .zuul.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index ee30142e..5cde3a38 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -261,7 +261,7 @@ # Cross-checks with other projects - job: name: bifrost-collections-src - parent: bifrost-integration-tinyipa-ubuntu-focal + parent: bifrost-integration-tinyipa-ubuntu-jammy required-projects: - openstack/ansible-collections-openstack - # always use master branch when collecting parent job variants, refer to git blame for rationale. @@ -272,7 +272,7 @@ override-checkout: master - job: name: bifrost-keystone-collections-src - parent: bifrost-integration-tinyipa-keystone-ubuntu-focal + parent: bifrost-integration-tinyipa-keystone-ubuntu-jammy required-projects: - openstack/ansible-collections-openstack - # always use master branch when collecting parent job variants, refer to git blame for rationale.