diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2023-05-26 13:03:41 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2023-05-26 13:52:20 +0200 |
| commit | cf1845599c0bdab59c69518eaa0ecb960ec7ddf0 (patch) | |
| tree | 0efc6da35eefd2f1ce2caabf46ee8c399aa8ed5a /dashboard/dashapi | |
| parent | 1497c3f6913e5ca4d74befc14791f14dd4bc5a70 (diff) | |
dashboard: include tree origin jobs into full bug info
Diffstat (limited to 'dashboard/dashapi')
| -rw-r--r-- | dashboard/dashapi/dashapi.go | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |
