From 3f1c29d938900aa03cb6233aa857049a9841b7c2 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 19 Mar 2019 16:37:21 +0100 Subject: dashboard/app: report bisection results to external reporting Update #501 --- dashboard/dashapi/dashapi.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dashboard/dashapi/dashapi.go') diff --git a/dashboard/dashapi/dashapi.go b/dashboard/dashapi/dashapi.go index 006ed1ce7..24f2a87a1 100644 --- a/dashboard/dashapi/dashapi.go +++ b/dashboard/dashapi/dashapi.go @@ -332,7 +332,8 @@ type BisectResult struct { } type BugUpdate struct { - ID string + ID string // copied from BugReport + JobID string // copied from BugReport ExtID string Link string Status BugStatus -- cgit mrf-deployment