From d394531e95a9d8a4873eafdcfef803e628d110c1 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 19 Sep 2017 16:53:47 +0200 Subject: dashboard/app, syz-ci: upload target OS/arch to dashboard --- dashboard/dashapi/dashapi.go | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'dashboard/dashapi/dashapi.go') diff --git a/dashboard/dashapi/dashapi.go b/dashboard/dashapi/dashapi.go index ddc20ebe4..d59b2a836 100644 --- a/dashboard/dashapi/dashapi.go +++ b/dashboard/dashapi/dashapi.go @@ -36,6 +36,9 @@ func New(client, addr, key string) *Dashboard { type Build struct { Manager string ID string + OS string + Arch string + VMArch string SyzkallerCommit string CompilerID string KernelRepo string @@ -141,6 +144,9 @@ type BugReport struct { Title string Maintainers []string CC []string // additional CC emails + OS string + Arch string + VMArch string CompilerID string KernelRepo string KernelBranch string -- cgit mrf-deployment