From: Vladimir Khlyunev Date: Tue, 14 Jun 2022 06:30:20 +0000 (+0000) Subject: Revert "Reduce concurrency for tempest run" X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=025d5647c0c8ea0e77169e4ebbdb129ca75f8a82;p=tools%2Fsustaining.git Revert "Reduce concurrency for tempest run" This reverts commit 858e22ccc8338e6c4433787f306692de62276345. Reason for revert: not needed Change-Id: Ibab79bc24d066e904ca2ad22f6344f857495f53d --- diff --git a/maintenance-ci/mos/rally-docker/run_rally_tempest.sh b/maintenance-ci/mos/rally-docker/run_rally_tempest.sh index e537be4..43fc6f2 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 1 | tee /root/rally/log.log + rally verify start --skip-list skip_ceph.list --concurrency 2 | tee /root/rally/log.log else - rally verify start --skip-list skip_lvm.list --concurrency 1 | tee /root/rally/log.log + rally verify start --skip-list skip_lvm.list --concurrency 2 | tee /root/rally/log.log fi set +e