Merge "Use the TESTING_BRANCH env var for constraints"

This commit is contained in:
Zuul 2018-08-19 18:22:44 +00:00 committed by Gerrit Code Review
commit 32ac2a103e
1 changed files with 4 additions and 1 deletions

View File

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