From c1841d31feda91a5628c78a48d9cc27ec3d9783e 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..53ff384b1 100644 --- a/ironic-source-list +++ b/ironic-source-list @@ -4,7 +4,7 @@ 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 @ git+https://review.opendev.org/openstack/ironic@refs/changes/85/928885/1 {% endif %} {% else %} ironic @ git+https://opendev.org/openstack/ironic