aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--syz-cluster/pkg/workflow/template.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/syz-cluster/pkg/workflow/template.yaml b/syz-cluster/pkg/workflow/template.yaml
index 31b217566..9fb40c7b1 100644
--- a/syz-cluster/pkg/workflow/template.yaml
+++ b/syz-cluster/pkg/workflow/template.yaml
@@ -27,10 +27,10 @@ spec:
# strategy: OnWorkflowCompletion
templates:
- name: main
+ # Note that failFast and parallelism only affect this template's steps.
# Don't schedule new steps if any of the previous steps failed.
failFast: true
- # Note that failFast and parallelism only affect this template's steps.
- parallelism: 1
+ parallelism: 2
steps:
- - name: run-triage
templateRef: