From: Vladimir Khlyunev Date: Wed, 15 Jun 2022 14:11:20 +0000 (+0000) Subject: Revert "Revert "Reduce concurrency for tempest run"" X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F83%2F41983%2F1;p=tools%2Fsustaining.git Revert "Revert "Reduce concurrency for tempest run"" This reverts commit 025d5647c0c8ea0e77169e4ebbdb129ca75f8a82. Reason for revert: second attempt Change-Id: Icd11531943ce71b8cf11cb77e42a31d86b52a28f --- diff --git a/maintenance-ci/mos/rally-docker/run_rally_tempest.sh b/maintenance-ci/mos/rally-docker/run_rally_tempest.sh index 43fc6f2..e537be4 100644 --- a/maintenance-ci/mos/rally-docker/run_rally_tempest.sh +++ b/maintenance-ci/mos/rally-docker/run_rally_tempest.sh @@ -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