You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .automation.conf/config.sh
+9-4Lines changed: 9 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,14 @@
3
3
4
4
# See: https://github.com/stackhpc/docker-rally/blob/master/bin/rally-verify-wrapper.sh for a full list of tempest parameters that can be overriden.
5
5
# You can override tempest parameters like so:
6
-
export TEMPEST_CONCURRENCY=2
6
+
7
+
# The Tempest concurrency determines how many tests can be running at once.
8
+
# Higher values run tests faster but risk running out of resources and failing tests
9
+
# On production systems, Tempest concurrency can usually be set to a high number e.g. 16-64. It is often limited by the number of available floating IPs.
10
+
# On virtualised test environments, compute and networking speeds often limit the concurrency to 1-16 before tests begin to fail due to timeouts.
0 commit comments