Fix last hardcoded concurrencies 55/70855/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Sat, 22 Aug 2020 16:41:38 +0000 (18:41 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sat, 22 Aug 2020 16:54:37 +0000 (18:54 +0200)
Change-Id: Ib2b7bb6de8cd6524fcc52baf48ebf5c4835c396b
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 8a8f6eafc3c6268a3663852f7de8f0cc4c39b817)

functest_kubernetes/rally/all-in-one.yaml

index ae4157f..2318fc2 100644 (file)
@@ -121,8 +121,8 @@ subtasks:
         error_regexp: No such file
     runner:
       constant:
-        concurrency: 1
-        times: 1
+        concurrency: {{ concurrency }}
+        times: {{ times }}
     contexts:
       namespaces:
         count: {{ namespaces_count }}
@@ -184,8 +184,8 @@ subtasks:
         volume_path: /tmp/
     runner:
       constant:
-        concurrency: 1
-        times: 1
+        concurrency: {{ concurrency }}
+        times: {{ times }}
     contexts:
       namespaces:
         count: {{ namespaces_count }}
@@ -233,8 +233,8 @@ subtasks:
         error_regexp: No such file
     runner:
       constant:
-        concurrency: 1
-        times: 1
+        concurrency: {{ concurrency }}
+        times: {{ times }}
     contexts:
       namespaces:
         count: {{ namespaces_count }}
@@ -349,8 +349,8 @@ subtasks:
         custom_endpoint: true
     runner:
       constant:
-        concurrency: 1
-        times: 1
+        concurrency: {{ concurrency }}
+        times: {{ times }}
     contexts:
       namespaces:
         count: {{ namespaces_count }}