Skip to content

Commit

Permalink
pin ironic source
Browse files Browse the repository at this point in the history
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 <adam.rozman@est.tech>
  • Loading branch information
Rozzii committed Sep 11, 2024
1 parent d62dc56 commit 75d9d9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ironic-source-list
Original file line number Diff line number Diff line change
Expand Up @@ -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) %}
Expand Down

0 comments on commit 75d9d9b

Please sign in to comment.