From 025d5647c0c8ea0e77169e4ebbdb129ca75f8a82 Mon Sep 17 00:00:00 2001 From: Vladimir Khlyunev Date: Tue, 14 Jun 2022 06:30:20 +0000 Subject: [PATCH] Revert "Reduce concurrency for tempest run" This reverts commit 858e22ccc8338e6c4433787f306692de62276345. Reason for revert: not needed Change-Id: Ibab79bc24d066e904ca2ad22f6344f857495f53d --- 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 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 -- 2.45.2