aboutsummaryrefslogtreecommitdiffstats
path: root/syz-cluster/pkg/api/api.go
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2025-04-09 14:30:54 +0200
committerAleksandr Nogikh <nogikh@google.com>2025-04-11 13:02:25 +0000
commit0bd6db418098e2d98a2edf948b41410d3d9f9e70 (patch)
tree65a87774f63eadb75036b75c5294db051943de42 /syz-cluster/pkg/api/api.go
parent27ba3dade815757a586b8f5a994ff675786ca212 (diff)
syz-cluster: share and display triage logs
For now, only share it for the skipped series.
Diffstat (limited to 'syz-cluster/pkg/api/api.go')
-rw-r--r--syz-cluster/pkg/api/api.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/syz-cluster/pkg/api/api.go b/syz-cluster/pkg/api/api.go
index 1644b0ff0..33da0e5ff 100644
--- a/syz-cluster/pkg/api/api.go
+++ b/syz-cluster/pkg/api/api.go
@@ -13,7 +13,8 @@ type TriageResult struct {
}
type SkipRequest struct {
- Reason string `json:"reason"`
+ Reason string `json:"reason"`
+ TriageLog []byte `json:"log"`
}
// The data layout faclitates the simplicity of the workflow definition.