Merge "turn off clean log enforcement in stress tests"

This commit is contained in:
Jenkins 2014-04-01 21:15:23 +00:00 committed by Gerrit Code Review
commit 5cf9cfaa31

View File

@ -1137,6 +1137,7 @@
export DEVSTACK_GATE_TIMEOUT=120
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_TEMPEST_STRESS=1
export DEVSTACK_GATE_CLEAN_LOGS=0
export BRANCH_OVERRIDE={branch-override}
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE