From fce14686a244782288e877a9612d258ce457030b Mon Sep 17 00:00:00 2001 From: Vladimir Khlyunev Date: Wed, 15 Jun 2022 14:11:20 +0000 Subject: [PATCH] Revert "Revert "Reduce concurrency for tempest run"" This reverts commit 025d5647c0c8ea0e77169e4ebbdb129ca75f8a82. Reason for revert: second attempt Change-Id: Icd11531943ce71b8cf11cb77e42a31d86b52a28f --- maintenance-ci/mos/rally-docker/run_rally_tempest.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.45.2