From 9443d08bdda79ad3683fe887c1cc1dcd4e2efabc Mon Sep 17 00:00:00 2001 From: Adam Rozman Date: Wed, 11 Sep 2024 14:31:55 +0300 Subject: [PATCH] pin ironic source Workaround to unblock the CI. This commit: - Pins the Ironic source to a WIP upstream gerrit change that resolves a regression introduced by a recent change. Signed-off-by: Adam Rozman --- ironic-source-list | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ironic-source-list b/ironic-source-list index 1af6ae7ef..4785a0a74 100644 --- a/ironic-source-list +++ b/ironic-source-list @@ -7,7 +7,7 @@ git+file:///sources/{{ env.IRONIC_SOURCE }} ironic @ git+https://opendev.org/openstack/ironic@{{ env.IRONIC_SOURCE }} {% endif %} {% else %} -ironic @ git+https://opendev.org/openstack/ironic +ironic @ git+https://review.opendev.org/openstack/ironic@refs/changes/85/928885/1 {% endif %} {% if env.IRONIC_LIB_SOURCE %} {% if path.isdir('/sources/' + env.IRONIC_LIB_SOURCE) %}