File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ ARG PATCH_LIST
4545
4646# build arguments for source build customization
4747ARG UPPER_CONSTRAINTS_FILE=upper-constraints.txt
48- ARG IRONIC_SOURCE=ea2bd759b32a09ec71477cec9194df7e934f5b22 # bugfix/33.0
48+ ARG IRONIC_SOURCE=a26e740d8413f35fb8014a899ad704207374369a # stable/2026.1
4949ARG SUSHY_SOURCE
5050
5151COPY sources /sources/
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ UPPER_CONSTRAINTS_PATH="/tmp/${UPPER_CONSTRAINTS_FILE:-}"
3636# we give as assumed that we're on the master branch
3737if [[ ! -s " ${UPPER_CONSTRAINTS_PATH} " ]]; then
3838 UPPER_CONSTRAINTS_PATH=" /tmp/upper-constraints.txt"
39- curl -L https://releases.openstack. org/constraints/upper/master -o " ${UPPER_CONSTRAINTS_PATH} "
39+ curl -L https://opendev. org/openstack/requirements/raw/branch/stable/2026.1/upper-constraints.txt -o " ${UPPER_CONSTRAINTS_PATH} "
4040fi
4141
4242# NOTE(elfosardo): install dependencies constrained
You can’t perform that action at this time.
0 commit comments