diff options
Diffstat (limited to 'dashboard/dashapi/dashapi.go')
| -rw-r--r-- | dashboard/dashapi/dashapi.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dashboard/dashapi/dashapi.go b/dashboard/dashapi/dashapi.go index 85ac82b44..d151b1618 100644 --- a/dashboard/dashapi/dashapi.go +++ b/dashboard/dashapi/dashapi.go @@ -866,6 +866,7 @@ const ( ) type JobInfo struct { + JobKey string Type JobType Flags JobDoneFlags Created time.Time @@ -895,6 +896,7 @@ type JobInfo struct { Commit *Commit // for conclusive bisection Commits []*Commit // for inconclusive bisection Reported bool + InvalidatedBy string TreeOrigin bool OnMergeBase bool } |
