Merge "Check branch-override in ofagent job-template"

This commit is contained in:
Jenkins 2016-02-09 16:45:42 +00:00 committed by Gerrit Code Review
commit 7782f3a7c0
1 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,10 @@
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_NEUTRON=1
export DEVSTACK_GATE_TEMPEST=1
export BRANCH_OVERRIDE={branch-override}
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
fi
# localrc
DEVSTACK_LOCAL_CONFIG="Q_PLUGIN=ml2"