Merge "use the branched upper constraints file when we override the branch"

This commit is contained in:
Zuul 2020-03-28 02:34:07 +00:00 committed by Gerrit Code Review
commit 4d7a15276b
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@
export BRANCH_OVERRIDE="{{ branch_override | default('default') }}"
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
export UPPER_CONSTRAINTS_FILE=https://opendev.org/openstack/requirements/raw/branch/$BRANCH_OVERRIDE/upper-constraints.txt
export PIP_INSTALL_CONSTRAINT=https://opendev.org/openstack/requirements/raw/branch/$BRANCH_OVERRIDE/upper-constraints.txt
fi
export PYTHONUNBUFFERED=true