Bump LARGE_OPS number from 50=>100
Now that we have been testing a new LARGE_OPS number in large-ops-testing for a week with good results, we are satisfied with the stability of the large-ops test with the increased LARGE_OPS number. * Stop running large-ops-testing in the silent queue for nova now that we have collected enough data. * Preemptively bump the LARGE_OPS number in large-ops-testing to 175 Change-Id: I9f09ef59a0c6f39da6e8311102c640a6c693d18b
This commit is contained in:
parent
b5c62380f8
commit
958d04fb55
modules/openstack_project/files
@ -740,7 +740,7 @@
|
||||
export PYTHONUNBUFFERED=true
|
||||
export DEVSTACK_GATE_TIMEOUT=60
|
||||
export DEVSTACK_GATE_TEMPEST=1
|
||||
export DEVSTACK_GATE_TEMPEST_LARGE_OPS=50
|
||||
export DEVSTACK_GATE_TEMPEST_LARGE_OPS=100
|
||||
export BRANCH_OVERRIDE={branch-override}
|
||||
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
|
||||
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
|
||||
@ -770,7 +770,7 @@
|
||||
export PYTHONUNBUFFERED=true
|
||||
export DEVSTACK_GATE_TIMEOUT=60
|
||||
export DEVSTACK_GATE_TEMPEST=1
|
||||
export DEVSTACK_GATE_TEMPEST_LARGE_OPS=100
|
||||
export DEVSTACK_GATE_TEMPEST_LARGE_OPS=175
|
||||
export BRANCH_OVERRIDE={branch-override}
|
||||
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
|
||||
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
|
||||
@ -801,7 +801,7 @@
|
||||
export PYTHONUNBUFFERED=true
|
||||
export DEVSTACK_GATE_TIMEOUT=60
|
||||
export DEVSTACK_GATE_TEMPEST=1
|
||||
export DEVSTACK_GATE_TEMPEST_LARGE_OPS=50
|
||||
export DEVSTACK_GATE_TEMPEST_LARGE_OPS=100
|
||||
export DEVSTACK_GATE_NEUTRON=1
|
||||
export BRANCH_OVERRIDE={branch-override}
|
||||
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
|
||||
@ -833,7 +833,7 @@
|
||||
export PYTHONUNBUFFERED=true
|
||||
export DEVSTACK_GATE_TIMEOUT=60
|
||||
export DEVSTACK_GATE_TEMPEST=1
|
||||
export DEVSTACK_GATE_TEMPEST_LARGE_OPS=100
|
||||
export DEVSTACK_GATE_TEMPEST_LARGE_OPS=175
|
||||
export DEVSTACK_GATE_NEUTRON=1
|
||||
export BRANCH_OVERRIDE={branch-override}
|
||||
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
|
||||
|
@ -1039,9 +1039,6 @@ projects:
|
||||
- gate-grenade-dsvm-forward
|
||||
- check-tempest-dsvm-cells-full
|
||||
- check-tempest-dsvm-neutron-pg
|
||||
silent:
|
||||
- gate-tempest-dsvm-large-ops-testing
|
||||
- gate-tempest-dsvm-neutron-large-ops-testing
|
||||
experimental-tripleo:
|
||||
- check-tripleo-ironic-seed-precise
|
||||
- check-tripleo-undercloud-precise
|
||||
@ -2580,7 +2577,6 @@ projects:
|
||||
- gate-grenade-dsvm-forward
|
||||
- check-tempest-master-dsvm-full-havana
|
||||
- check-tempest-master-dsvm-neutron-havana
|
||||
- gate-tempest-dsvm-large-ops-testing
|
||||
experimental-tripleo:
|
||||
- check-tripleo-ironic-seed-precise
|
||||
- check-tripleo-undercloud-precise
|
||||
|
Loading…
x
Reference in New Issue
Block a user