Allow branch to be override externally

Change-Id: Iecb701498a565c784ada1c7f4a4649912abdf26f
Needed-By: Ib4ae1b1968c3d35af58d0d99479a9cfd75b7450d
This commit is contained in:
Hongbin LU 2018-05-17 17:04:49 +00:00 committed by Hongbin Lu
parent f3e2353140
commit 47dfc608fb
2 changed files with 8 additions and 0 deletions

View File

@ -46,6 +46,10 @@
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_NEUTRON=1
export BRANCH_OVERRIDE="{{ branch_override | default('default') }}"
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
fi
# Enable tempest for tempest plugin
export ENABLED_SERVICES=tempest

View File

@ -45,6 +45,10 @@
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TEMPEST=0
export DEVSTACK_GATE_NEUTRON=1
export BRANCH_OVERRIDE="{{ branch_override | default('default') }}"
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
fi
# Enable tempest for tempest plugin
export ENABLED_SERVICES=tempest