]> review.fuel-infra Code Review - tools/sustaining.git/commitdiff
Revert "Revert "Reduce concurrency for tempest run"" 83/41983/1
authorVladimir Khlyunev <vkhlyunev@mirantis.com>
Wed, 15 Jun 2022 14:11:20 +0000 (14:11 +0000)
committerVladimir Khlyunev <vkhlyunev@mirantis.com>
Wed, 15 Jun 2022 14:11:20 +0000 (14:11 +0000)
This reverts commit 025d5647c0c8ea0e77169e4ebbdb129ca75f8a82.

Reason for revert: second attempt

Change-Id: Icd11531943ce71b8cf11cb77e42a31d86b52a28f

maintenance-ci/mos/rally-docker/run_rally_tempest.sh

index 43fc6f29d12ec218a97509121cc4596f4ff630f4..e537be4f07314ef755a3cbcec234ca4ea5e36e99 100644 (file)
@@ -93,9 +93,9 @@ rally verify genconfig --add-options $storage_protocol
 rally verify showconfig
 
 if [ $storage_protocol == 'ceph' ]; then
-    rally verify start --skip-list skip_ceph.list --concurrency 2 | tee /root/rally/log.log
+    rally verify start --skip-list skip_ceph.list --concurrency 1 | tee /root/rally/log.log
 else
-    rally verify start --skip-list skip_lvm.list --concurrency 2 | tee /root/rally/log.log
+    rally verify start --skip-list skip_lvm.list --concurrency 1 | tee /root/rally/log.log
 fi
 
 set +e