Drop large-ops-testing number to 100 from 175

175 is hitting issues with ceilometer, we want to see if we 100 will
work with ceilometer.

Change-Id: Icdc3dd8813486fb00891e63d62f59b89d8d6227a
Note: large-ops currently uses 50 for its number.
This commit is contained in:
Joe Gordon 2014-05-09 13:49:34 -07:00
parent ee72367297
commit c0142cd121

View File

@ -770,7 +770,7 @@
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TIMEOUT=60
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_TEMPEST_LARGE_OPS=175
export DEVSTACK_GATE_TEMPEST_LARGE_OPS=100
export BRANCH_OVERRIDE={branch-override}
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
@ -833,7 +833,7 @@
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TIMEOUT=60
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_TEMPEST_LARGE_OPS=175
export DEVSTACK_GATE_TEMPEST_LARGE_OPS=100
export DEVSTACK_GATE_NEUTRON=1
export BRANCH_OVERRIDE={branch-override}
if [ "$BRANCH_OVERRIDE" != "default" ] ; then