diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2025-07-28 15:24:24 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2025-07-28 14:14:02 +0000 |
| commit | c4a9548758bac1c6dc231afd7543b5e8c5b6a65e (patch) | |
| tree | 169bcf55105aceb257d90f3c83063797dcd00294 /syz-cluster | |
| parent | 5beb6d9347395de1c926d9d27b984372c69767d3 (diff) | |
syz-cluster/wokflow/fuzz-step: don't mount /output
The fuzzing step only takes inputs and communicates via API.
This will reduce the number of
Error: open /mainctrfs/output/result.json: no such file or director
errors in our logs.
Diffstat (limited to 'syz-cluster')
| -rw-r--r-- | syz-cluster/workflow/fuzz-step/workflow-template.yaml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/syz-cluster/workflow/fuzz-step/workflow-template.yaml b/syz-cluster/workflow/fuzz-step/workflow-template.yaml index 31a43df19..1735dfec0 100644 --- a/syz-cluster/workflow/fuzz-step/workflow-template.yaml +++ b/syz-cluster/workflow/fuzz-step/workflow-template.yaml @@ -48,8 +48,6 @@ spec: volumeMounts: - name: workdir mountPath: /workdir - - name: output - mountPath: /output - name: dev-kvm mountPath: /dev/kvm # Needed for /dev/kvm. @@ -65,8 +63,3 @@ spec: hostPath: path: /dev/kvm type: CharDevice - outputs: - parameters: - - name: result - valueFrom: - path: /output/result.json |
