Decrease amount of threads for Tempest tests
There are cases when Cinder volume quota is exceeded with high load in gate tests with generic driver, that uses Cinder. Until we have proper way to increase Cinder volume quota, amount of threads is decreased for better stability of gate tests. Change-Id: I2c74aee51aa6c1c3cb4fb4ccd9f28d5a05290b52
This commit is contained in:
parent
fa24580fcf
commit
76160f66b0
@ -31,7 +31,7 @@ fi
|
||||
set +o errexit
|
||||
cd $BASE/new/tempest
|
||||
|
||||
export TEMPEST_CONCURRENCY=8
|
||||
export TEMPEST_CONCURRENCY=6
|
||||
export MANILA_TESTS='tempest.cli.*manila*'
|
||||
if [[ ! "$ZUUL_PROJECT" =~ python-manilaclient ]]; then
|
||||
MANILA_TESTS+=' tempest.api.share*';
|
||||
|
Loading…
Reference in New Issue
Block a user