Update TOX_CONSTRAINTS_FILE for unmaintained/2023.1

Update the URL to the upper-constraints file to point to the redirect
rule on releases.openstack.org so that anyone working on this branch
will switch to the correct upper-constraints list automatically when
the requirements repository branches.

Until the requirements repository has as unmaintained/2023.1 branch, tests will
continue to use the upper-constraints list on master.

Change-Id: Ieeda11babbd76b5cc5c9b8c4b35abe4c53683ee4
This commit is contained in:
OpenStack Release Bot 2024-11-12 16:53:54 +00:00
parent b82f04a871
commit ba397f07a7
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
# This is used for source-based builds
amphora-agent git /opt/amphora-agent https://opendev.org/openstack/octavia stable/2023.1
amphora-agent git /opt/amphora-agent https://opendev.org/openstack/octavia unmaintained/2023.1
upper-constraints file /opt/upper-constraints.txt https://releases.openstack.org/constraints/upper/2023.1

View File

@ -1,2 +1,2 @@
# This is used for source-based builds
octavia-lib git /opt/octavia-lib https://opendev.org/openstack/octavia-lib stable/2023.1
octavia-lib git /opt/octavia-lib https://opendev.org/openstack/octavia-lib unmaintained/2023.1