Update TOX_CONSTRAINTS_FILE for stable/2023.2

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/2023.2 branch, tests will
continue to use the upper-constraints list on master.

Change-Id: I10d6ba25b2284af88c72ab8dfc4e188c04bd1174
This commit is contained in:
OpenStack Release Bot 2023-09-15 14:10:17 +00:00
parent 27f1896814
commit 594cfd7a53
1 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,7 @@ setenv =
deps = deps =
gnocchi[postgresql, file] gnocchi[postgresql, file]
pifpaf[gnocchi]>=1.0.1 pifpaf[gnocchi]>=1.0.1
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2023.2}
.[{env:AODH_TEST_DEPS}] .[{env:AODH_TEST_DEPS}]
-r{toxinidir}/test-requirements.txt -r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt -r{toxinidir}/requirements.txt
@ -65,7 +65,7 @@ commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasen
[testenv:docs] [testenv:docs]
usedevelop = True usedevelop = True
deps = deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2023.2}
-r{toxinidir}/requirements.txt -r{toxinidir}/requirements.txt
-r{toxinidir}/doc/requirements.txt -r{toxinidir}/doc/requirements.txt
allowlist_externals = allowlist_externals =
@ -98,7 +98,7 @@ commands = bash -x oslo_debug_helper {posargs}
deps = deps =
gnocchi[mysql, file] gnocchi[mysql, file]
pifpaf[gnocchi]>=1.0.1 pifpaf[gnocchi]>=1.0.1
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2023.2}
.[mysql] .[mysql]
-r{toxinidir}/test-requirements.txt -r{toxinidir}/test-requirements.txt
setenv = OS_TEST_PATH=aodh/tests/functional/ setenv = OS_TEST_PATH=aodh/tests/functional/
@ -108,7 +108,7 @@ commands = pifpaf -g AODH_TEST_STORAGE_URL run mysql -- oslo_debug_helper {posar
deps = deps =
gnocchi[postgresql, file] gnocchi[postgresql, file]
pifpaf[gnocchi]>=1.0.1 pifpaf[gnocchi]>=1.0.1
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2023.2}
.[postgresql] .[postgresql]
-r{toxinidir}/test-requirements.txt -r{toxinidir}/test-requirements.txt
setenv = OS_TEST_PATH=aodh/tests/functional/ setenv = OS_TEST_PATH=aodh/tests/functional/