aboutsummaryrefslogtreecommitdiffstats
path: root/syz-cluster/pkg/workflow
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2025-08-11 16:36:56 +0200
committerAleksandr Nogikh <nogikh@google.com>2025-08-12 13:49:42 +0000
commit51659ac6f1b0b6710ac35c0c4beb31a32d85f728 (patch)
treea21c835421377d31e8732bd82a90badc3c01ee66 /syz-cluster/pkg/workflow
parent6c0b41a01e303797e859c01e425dc47aafe4cf45 (diff)
syz-cluster: skip coverage checks for some fuzz targets
There are cases when we do not need the "if the patched code is not reached within 30 minutes, abort fuzzing" check. This is e.g. the case of mm/ code that is not fully instrumented by KCOV.
Diffstat (limited to 'syz-cluster/pkg/workflow')
-rw-r--r--syz-cluster/pkg/workflow/template.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/syz-cluster/pkg/workflow/template.yaml b/syz-cluster/pkg/workflow/template.yaml
index d9107799c..c5666b5aa 100644
--- a/syz-cluster/pkg/workflow/template.yaml
+++ b/syz-cluster/pkg/workflow/template.yaml
@@ -146,6 +146,8 @@ spec:
value: "{{=jsonpath(steps['base-build'].outputs.parameters.result, '$.build_id')}}"
- name: corpus-url
value: "{{=jsonpath(inputs.parameters.element, '$.corpus_url')}}"
+ - name: skip-cover-check
+ value: "{{=jsonpath(inputs.parameters.element, '$.skip_cover_check')}}"
artifacts:
- name: base-kernel
from: "{{steps.base-build.outputs.artifacts.kernel}}"