From c4a9548758bac1c6dc231afd7543b5e8c5b6a65e Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Mon, 28 Jul 2025 15:24:24 +0200 Subject: 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. --- syz-cluster/workflow/fuzz-step/workflow-template.yaml | 7 ------- 1 file changed, 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 -- cgit mrf-deployment