summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2018-07-26 12:37:54 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2018-07-26 12:37:54 +0000
commitc9252921ec5bf0befb5e271a3f2cbf113c4a3bdb (patch)
treead628f3ac0030816f64ccab95ae04800103322fa
parent4f9e71020163a36114df3f665c4030768f88f240 (diff)
downloadoslo-db-c9252921ec5bf0befb5e271a3f2cbf113c4a3bdb.tar.gz
Update UPPER_CONSTRAINTS_FILE for stable/rocky
The new stable upper-constraints file is only available after the openstack/requirements repository is branched. This will happen around the RC1 timeframe. Recheck and merge this change once the requirements repository has been branched. The CI system will work with this patch before the requirements repository is branched because zuul configues the job to run with a local copy of the file and defaults to the master branch. However, accepting the patch will break the test configuration on developers' local systems, so please wait until after the requirements repository is branched to merge the patch. Change-Id: I0672f6f1c02460db0a9c3ea00afa2a8abf9c8c7a
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 99ee0a1..86e7329 100644
--- a/tox.ini
+++ b/tox.ini
@@ -16,7 +16,7 @@ setenv =
{mysql,all}: PIFPAF_MYSQL=pifpaf -g OS_TEST_DBAPI_ADMIN_CONNECTION run mysql --
{mysql,postgresql,all}: BASECOMMAND={toxinidir}/tools/run-pifpaf-tests.sh
deps =
- -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
+ -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/rocky}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
commands =