diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-11-21 19:11:54 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-11-21 19:11:54 +0100 |
| commit | 6440d6940f4c6316037d005e408c3a7fac682b3e (patch) | |
| tree | dc05a7cad4e9cbdc107a9bb9438fd46f750ec845 /dashboard/dashapi | |
| parent | ad0af9fff5f7ffbd9597e3ffb956fae3f4292b89 (diff) | |
syz-manager: send corrupted flag to dashboard
Diffstat (limited to 'dashboard/dashapi')
| -rw-r--r-- | dashboard/dashapi/dashapi.go | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
