From 67db6ccb7357714a0299fe9f3d192a26bd32ac4e Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Thu, 20 Jul 2023 15:58:35 +0200 Subject: 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. --- dashboard/dashapi/dashapi.go | 1 - 1 file changed, 1 deletion(-) (limited to 'dashboard/dashapi/dashapi.go') 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 -- cgit mrf-deployment