From cf1845599c0bdab59c69518eaa0ecb960ec7ddf0 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Fri, 26 May 2023 13:03:41 +0200 Subject: dashboard: include tree origin jobs into full bug info --- 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 6f6bc81c7..85ac82b44 100644 --- a/dashboard/dashapi/dashapi.go +++ b/dashboard/dashapi/dashapi.go @@ -785,6 +785,7 @@ type FullBugInfo struct { BisectCause *BugReport BisectFix *BugReport Crashes []*BugReport + TreeJobs []*JobInfo } type SimilarBugInfo struct { -- cgit mrf-deployment