aboutsummaryrefslogtreecommitdiffstats
path: root/syz-cluster/pkg
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2025-09-10 12:32:09 +0200
committerTaras Madan <tarasmadan@google.com>2025-10-07 15:25:13 +0000
commit63798508d625f2bb1bb3b48885ff4b736e22c24d (patch)
tree772499c8757d4964befee2443101352e51997ef4 /syz-cluster/pkg
parent685f11d0e806c0d613da4372a60e0a933d1b1422 (diff)
syz-cluster: run KMSAN fuzzing in parallel to KASAN
There's no reason to do first one and then another.
Diffstat (limited to 'syz-cluster/pkg')
-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: