diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2023-05-12 13:12:23 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2023-05-15 10:35:30 +0200 |
| commit | b8bae4ab4a12912a6fd2f6882c860a79d803bd2b (patch) | |
| tree | 7f84b91b48e7b9ab0882543f431b8f26337a0c73 | |
| parent | 2b9ba477a18ed0cc53e6b29a9641292709a7ba24 (diff) | |
syz-ci: upload guilty file info for build/boot/test errors
This will enable automatic subsystem assignment.
| -rw-r--r-- | syz-ci/manager.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/syz-ci/manager.go b/syz-ci/manager.go index c547745d5..71bd35980 100644 --- a/syz-ci/manager.go +++ b/syz-ci/manager.go @@ -500,6 +500,9 @@ func (mgr *Manager) reportBuildError(rep *report.Report, info *BuildInfo, imageD Report: rep.Report, }, } + if rep.GuiltyFile != "" { + req.Crash.GuiltyFiles = []string{rep.GuiltyFile} + } if err := mgr.dash.ReportBuildError(req); err != nil { return err } |
