diff options
author | OpenStack Release Bot <infra-root@openstack.org> | 2020-04-23 15:33:32 +0000 |
---|---|---|
committer | OpenStack Release Bot <infra-root@openstack.org> | 2020-04-23 15:33:32 +0000 |
commit | a61a0c393d1fee9ec4b1f0dc051256d118bb136f (patch) | |
tree | 602ffe40a72b67144444d9335a16e0b29fdf4be1 | |
parent | 5a97672d65397ebc80f9e9c2200a4a82a49ead30 (diff) | |
download | designate-a61a0c393d1fee9ec4b1f0dc051256d118bb136f.tar.gz |
Update TOX_CONSTRAINTS_FILE for stable/ussuri
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/ussuri branch, tests will
continue to use the upper-constraints list on master.
Change-Id: I48094fc85c679aee5dd4179aacc53f16091b3ad7
-rw-r--r-- | tox.ini | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -32,7 +32,7 @@ commands = rm -f .testrepository/times.dbm stestr run {posargs} deps = - -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt?h=master} + -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/ussuri} -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt whitelist_externals = @@ -42,7 +42,7 @@ whitelist_externals = [testenv:docs] deps = - -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} + -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/ussuri} -r{toxinidir}/requirements.txt -r{toxinidir}/doc/requirements.txt commands = @@ -126,7 +126,7 @@ commands=pip-missing-reqs -d --ignore-file=designate/tests/* designate # This environment is called from CI scripts to test and publish # the API Ref to docs.openstack.org. deps = - -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} + -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/ussuri} -r{toxinidir}/doc/requirements.txt commands = rm -rf api-ref/build @@ -134,7 +134,7 @@ commands = [testenv:releasenotes] deps = - -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} + -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/ussuri} -r{toxinidir}/requirements.txt -r{toxinidir}/doc/requirements.txt commands = |