From 6440d6940f4c6316037d005e408c3a7fac682b3e Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 21 Nov 2017 19:11:54 +0100 Subject: syz-manager: send corrupted flag to dashboard --- dashboard/dashapi/dashapi.go | 1 + 1 file changed, 1 insertion(+) (limited to 'dashboard/dashapi/dashapi.go') diff --git a/dashboard/dashapi/dashapi.go b/dashboard/dashapi/dashapi.go index 7051e3f2e..10c6a9b60 100644 --- a/dashboard/dashapi/dashapi.go +++ b/dashboard/dashapi/dashapi.go @@ -125,6 +125,7 @@ func (dash *Dashboard) JobDone(req *JobDoneReq) error { type Crash struct { BuildID string // refers to Build.ID Title string + Corrupted bool // report is corrupted (corrupted title, no stacks, etc) Maintainers []string Log []byte Report []byte -- cgit mrf-deployment