From 75d9d9b16050a9467cae3f4c918d06e9da196da6 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ironic-source-list b/ironic-source-list index 1af6ae7ef..8aebf9af1 100644 --- a/ironic-source-list +++ b/ironic-source-list @@ -4,10 +4,10 @@ gunicorn {% if path.isdir('/sources/' + env.IRONIC_SOURCE) %} git+file:///sources/{{ env.IRONIC_SOURCE }} {% else %} -ironic @ git+https://opendev.org/openstack/ironic@{{ env.IRONIC_SOURCE }} +ironic @i 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) %}