aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/dashapi
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2023-07-20 15:58:35 +0200
committerAleksandr Nogikh <nogikh@google.com>2023-07-25 08:23:29 +0000
commit67db6ccb7357714a0299fe9f3d192a26bd32ac4e (patch)
tree939b66db67290a6d717073310451303ffe353bc2 /dashboard/dashapi
parentf10792b12616db8be4800398ef8eff0c6c1ffa2b (diff)
syz-ci: don't always return Build.Commit
For bisections, only return it if it's successful. We don't seem to be interested in specific values for jobs anyway. Do the same for KernelCommitDate.
Diffstat (limited to 'dashboard/dashapi')
-rw-r--r--dashboard/dashapi/dashapi.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/dashboard/dashapi/dashapi.go b/dashboard/dashapi/dashapi.go
index 00d7a9182..af4b89e32 100644
--- a/dashboard/dashapi/dashapi.go
+++ b/dashboard/dashapi/dashapi.go
@@ -185,7 +185,6 @@ type JobPollResp struct {
MergeBaseBranch string
KernelCommit string
KernelCommitTitle string
- KernelCommitDate time.Time
KernelConfig []byte
SyzkallerCommit string
Patch []byte