Skip to content

Commit

Permalink
Reduce number of times in all-in-one task config (#29)
Browse files Browse the repository at this point in the history
Reduce number of time in all-in-one.yaml task config
to quicker CI tests executing.
  • Loading branch information
prazumovsky authored and andreykurilin committed Aug 18, 2018
1 parent e957efe commit 3978d94
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions xrally_tasks/all-in-one.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ subtasks:
runner:
constant:
concurrency: 2
times: 10
times: 4

- title: Run a single workload with create/read/delete namespace
scenario:
Kubernetes.create_and_delete_namespace: {}
runner:
constant:
concurrency: 2
times: 10
times: 4

- title: Run a single workload with create/read/delete pod
scenario:
Expand All @@ -26,7 +26,7 @@ subtasks:
runner:
constant:
concurrency: 2
times: 10
times: 4
contexts:
namespaces:
count: 3
Expand All @@ -40,7 +40,7 @@ subtasks:
runner:
constant:
concurrency: 2
times: 10
times: 4
contexts:
namespaces:
count: 3
Expand All @@ -55,7 +55,7 @@ subtasks:
runner:
constant:
concurrency: 2
times: 10
times: 4
contexts:
namespaces:
count: 3
Expand All @@ -69,7 +69,7 @@ subtasks:
runner:
constant:
concurrency: 2
times: 10
times: 4
contexts:
namespaces:
count: 3
Expand All @@ -84,7 +84,7 @@ subtasks:
runner:
constant:
concurrency: 2
times: 10
times: 4
contexts:
namespaces:
count: 3
Expand All @@ -98,7 +98,7 @@ subtasks:
runner:
constant:
concurrency: 2
times: 10
times: 4
contexts:
namespaces:
count: 3
Expand All @@ -119,7 +119,7 @@ subtasks:
runner:
constant:
concurrency: 2
times: 10
times: 4
contexts:
namespaces:
count: 3
Expand All @@ -136,7 +136,7 @@ subtasks:
runner:
constant:
concurrency: 2
times: 10
times: 4
contexts:
namespaces:
count: 3
Expand All @@ -157,7 +157,7 @@ subtasks:
runner:
constant:
concurrency: 2
times: 10
times: 4
contexts:
namespaces:
count: 3
Expand Down

0 comments on commit 3978d94

Please sign in to comment.