Use large-ops-testing to test reducing the number of services
The large-ops test is hitting mysql's default connection limit of 151 periodically. Even services at rest can make DB calls so stop running services we aren't using. Make the changes to large-ops-testing and run in the experimental queue to test out this change before gating on it. Change-Id: I5ebcd8275ffe4829e3d80b9573bf880ba4184c3f Related-Bug: #1403284
This commit is contained in:
@@ -884,7 +884,9 @@
|
||||
export PYTHONUNBUFFERED=true
|
||||
export DEVSTACK_GATE_TIMEOUT=60
|
||||
export DEVSTACK_GATE_TEMPEST=1
|
||||
export DEVSTACK_GATE_TEMPEST_LARGE_OPS=175
|
||||
export DEVSTACK_GATE_NO_SERVICES=1
|
||||
export ENABLED_SERVICES=n-api,n-crt,n-obj,n-cpu,n-sch,n-cond,g-api,g-reg,key,n-net
|
||||
export DEVSTACK_GATE_TEMPEST_LARGE_OPS=100
|
||||
export BRANCH_OVERRIDE={branch-override}
|
||||
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
|
||||
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
|
||||
@@ -945,7 +947,9 @@
|
||||
export PYTHONUNBUFFERED=true
|
||||
export DEVSTACK_GATE_TIMEOUT=60
|
||||
export DEVSTACK_GATE_TEMPEST=1
|
||||
export DEVSTACK_GATE_TEMPEST_LARGE_OPS=175
|
||||
export DEVSTACK_GATE_NO_SERVICES=1
|
||||
export ENABLED_SERVICES=n-api,n-crt,n-obj,n-cpu,n-sch,n-cond,g-api,g-reg,key
|
||||
export DEVSTACK_GATE_TEMPEST_LARGE_OPS=100
|
||||
export DEVSTACK_GATE_NEUTRON=1
|
||||
export BRANCH_OVERRIDE={branch-override}
|
||||
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
|
||||
|
||||
Reference in New Issue
Block a user