From 741e7a9558cea71b96d87fb280f68346da4937e4 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Tue, 16 Aug 2022 15:54:14 +0000 Subject: syz-ci, dashboard: return alt titles in job results --- dashboard/dashapi/dashapi.go | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'dashboard/dashapi') 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 -- cgit mrf-deployment