diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2022-08-16 15:54:14 +0000 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2022-08-26 12:33:44 +0200 |
| commit | 741e7a9558cea71b96d87fb280f68346da4937e4 (patch) | |
| tree | 4539197bc8a66ba9fbf4191bbfe546356a7d12f7 /dashboard/dashapi | |
| parent | 2f3b44ea4305aa200432fef587ba1a6dc89a00f3 (diff) | |
syz-ci, dashboard: return alt titles in job results
Diffstat (limited to 'dashboard/dashapi')
| -rw-r--r-- | dashboard/dashapi/dashapi.go | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/dashboard/dashapi/dashapi.go b/dashboard/dashapi/dashapi.go index d5ccc1e0f..2a6c8df22 100644 --- a/dashboard/dashapi/dashapi.go +++ b/dashboard/dashapi/dashapi.go @@ -183,13 +183,14 @@ type JobPollResp struct { } type JobDoneReq struct { - ID string - Build Build - Error []byte - Log []byte // bisection log - CrashTitle string - CrashLog []byte - CrashReport []byte + ID string + Build Build + Error []byte + Log []byte // bisection log + CrashTitle string + CrashAltTitles []string + CrashLog []byte + CrashReport []byte // Bisection results: // If there is 0 commits: // - still happens on HEAD for fix bisection |
