From 1dc367b566611972604570c4d225f13b4f0ece57 Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Mon, 1 Dec 2025 15:09:35 +0100 Subject: [PATCH] Use new bifrost CI jobs names Ironic do not support tinyipa anymore, all jobs run with DIB based ipa ramdisks, so we updated their config and names. Change-Id: Id7b260a0965d941d3a34eb181a068a9a5e7189ef Signed-off-by: Riccardo Pittau --- .zuul.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 9af18286..a4900353 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -275,7 +275,7 @@ # Cross-checks with other projects - job: name: bifrost-collections-src - parent: bifrost-integration-tinyipa-ubuntu-jammy + parent: bifrost-integration-on-ubuntu-jammy required-projects: - openstack/ansible-collections-openstack - # always use master branch when collecting parent job variants, refer to git blame for rationale. @@ -286,7 +286,7 @@ override-checkout: master - job: name: bifrost-keystone-collections-src - parent: bifrost-integration-tinyipa-keystone-ubuntu-jammy + parent: bifrost-integration-keystone-on-ubuntu-jammy required-projects: - openstack/ansible-collections-openstack - # always use master branch when collecting parent job variants, refer to git blame for rationale.