diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-09-19 16:53:47 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-09-19 17:00:26 +0200 |
| commit | d394531e95a9d8a4873eafdcfef803e628d110c1 (patch) | |
| tree | c58c0e61e74f916baa8729aff924a05e79ca6483 /dashboard/app/reporting.go | |
| parent | 62114d6064c895ae34f1ac232b2fdc94e7329dae (diff) | |
dashboard/app, syz-ci: upload target OS/arch to dashboard
Diffstat (limited to 'dashboard/app/reporting.go')
| -rw-r--r-- | dashboard/app/reporting.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dashboard/app/reporting.go b/dashboard/app/reporting.go index 589183f3d..407478b26 100644 --- a/dashboard/app/reporting.go +++ b/dashboard/app/reporting.go @@ -223,6 +223,9 @@ func createBugReport(c context.Context, bug *Bug, crash *Crash, bugReporting *Bu Log: crashLog, Report: report, Maintainers: crash.Maintainers, + OS: build.OS, + Arch: build.Arch, + VMArch: build.VMArch, CompilerID: build.CompilerID, KernelRepo: build.KernelRepo, KernelBranch: build.KernelBranch, |
