From 63798508d625f2bb1bb3b48885ff4b736e22c24d Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Wed, 10 Sep 2025 12:32:09 +0200 Subject: syz-cluster: run KMSAN fuzzing in parallel to KASAN There's no reason to do first one and then another. --- syz-cluster/pkg/workflow/template.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'syz-cluster') 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: -- cgit mrf-deployment