aboutsummaryrefslogtreecommitdiffstats
path: root/syz-cluster/pkg/workflow
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2025-07-24 14:56:14 +0200
committerAleksandr Nogikh <nogikh@google.com>2025-07-28 12:51:01 +0000
commit731ddf3b139ae1e3c6454cd34c6c4f7519d9a840 (patch)
tree09d9c2a2952b0e3fe64e68b141bd468590dc30a2 /syz-cluster/pkg/workflow
parent9147e929949f0f64b2cb12f6346c5f9c5a532c63 (diff)
syz-cluster: always upload triage logs
We used to only upload them on triage failure, but let's improve the inspectability even for successfully finished triage jobs. Slightly refactor the controller API around the triage result submission.
Diffstat (limited to 'syz-cluster/pkg/workflow')
-rw-r--r--syz-cluster/pkg/workflow/template.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/syz-cluster/pkg/workflow/template.yaml b/syz-cluster/pkg/workflow/template.yaml
index 53752787e..d9107799c 100644
--- a/syz-cluster/pkg/workflow/template.yaml
+++ b/syz-cluster/pkg/workflow/template.yaml
@@ -38,7 +38,7 @@ spec:
template: triage-step
- - name: abort-on-skip-outcome
template: exit-workflow
- when: "{{=jsonpath(steps['run-triage'].outputs.parameters.result, '$.skip') != nil}}"
+ when: "{{=jsonpath(steps['run-triage'].outputs.parameters.result, '$.skip_reason') != ''}}"
- - name: run-process-fuzz
template: process-fuzz
arguments: