aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/dashapi
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2023-08-03 19:37:33 +0200
committerAleksandr Nogikh <nogikh@google.com>2023-08-04 09:43:42 +0000
commit5aed02497cb86393d5ce9ea10331a0cd9f3b4065 (patch)
treeac41faae75a9d7fbb2bbdeadd1b2015381b763de /dashboard/dashapi
parent746212479e443b2bb560dc310bd90300ecf31246 (diff)
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.
Diffstat (limited to 'dashboard/dashapi')
-rw-r--r--dashboard/dashapi/dashapi.go1
1 files changed, 1 insertions, 0 deletions
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 {