From 5aed02497cb86393d5ce9ea10331a0cd9f3b4065 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Thu, 3 Aug 2023 19:37:33 +0200 Subject: dashboard: distinguish cross tree job reports Add a new CrossTree field to dashapi.BisectResult in order to distinguish fix candidate results from normal fix bisections. --- 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 4513c8477..bec6fb15f 100644 --- a/dashboard/dashapi/dashapi.go +++ b/dashboard/dashapi/dashapi.go @@ -485,6 +485,7 @@ type BisectResult struct { CrashLogLink string CrashReportLink string Fix bool + CrossTree bool } type BugListReport struct { -- cgit mrf-deployment