Use the TESTING_BRANCH env var for constraints

The TESTING_BRANCH environment variable is provided by the
run_tests.sh script and is derived from the .gitreview file.

This ensures that once the master branch becomes a stable
branch, the constraints from the stable branch in the
integrated repository will automatically get used once the
.gitreview file is updated.

To ensure that the required environment variables are present
we export them appropriately in run_tests.sh and modify the
tox configuration to pass them into the tox test.

Change-Id: I01e4df147134b3fa2eca8e9cae977db6444c9a48
Needed-By: https://review.openstack.org/579371
This commit is contained in:
Jesse Pretorius 2018-08-16 15:03:08 +01:00
parent 5d0c77e9c5
commit f0185deed0
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,7 @@ install_command =
commands =
/usr/bin/find . -type f -name "*.pyc" -delete
passenv =
COMMON_TESTS_PATH
HOME
http_proxy
HTTP_PROXY
@ -18,6 +19,9 @@ passenv =
HTTPS_PROXY
no_proxy
NO_PROXY
TESTING_BRANCH
TESTING_HOME
USER
whitelist_externals =
bash
setenv =