Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce number of times in all-in-one task config #29

Merged
merged 2 commits into from
Aug 18, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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