Update TOX_CONSTRAINTS_FILE for stable/2024.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 stable/2024.1 branch, tests will
continue to use the upper-constraints list on master.

Depends-On: https://review.opendev.org/c/openstack/grenade/+/914690
Depends-On: https://review.opendev.org/c/openstack/grenade/+/914687
Depends-On: https://review.opendev.org/c/openstack/grenade/+/914685

Change-Id: I4c8c19571ee45606f7ba548119ab601eb874d771
This commit is contained in:
OpenStack Release Bot 2024-03-25 16:10:37 +00:00 committed by Ghanshyam
parent 55098575ec
commit ec17c8d6df
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ skipsdist = True
basepython = python3
setenv = VIRTUAL_ENV={envdir}
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2024.1}
-r{toxinidir}/test-requirements.txt
passenv = GENERATE_GRENADE_PLUGIN_LIST
@ -21,7 +21,7 @@ commands =
[testenv:docs]
allowlist_externals = bash
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2024.1}
-r{toxinidir}/doc/requirements.txt
setenv =
TOP_DIR={toxinidir}