Skip to content

Commit c4a9548

Browse files
committed
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.
1 parent 5beb6d9 commit c4a9548

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

syz-cluster/workflow/fuzz-step/workflow-template.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ spec:
4848
volumeMounts:
4949
- name: workdir
5050
mountPath: /workdir
51-
- name: output
52-
mountPath: /output
5351
- name: dev-kvm
5452
mountPath: /dev/kvm
5553
# Needed for /dev/kvm.
@@ -65,8 +63,3 @@ spec:
6563
hostPath:
6664
path: /dev/kvm
6765
type: CharDevice
68-
outputs:
69-
parameters:
70-
- name: result
71-
valueFrom:
72-
path: /output/result.json

0 commit comments

Comments
 (0)