From 1014eca7bf35e59d7e3c9b4fea0fbd2701ff0061 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 21 May 2024 09:36:42 +0200 Subject: syz-ci: switch to using syz-manager for smoke testing Add smoke testing mode to manager and use it in syz-ci instead of pkg/instance which uses syz-fuzzer binary. --- pkg/report/report.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkg') diff --git a/pkg/report/report.go b/pkg/report/report.go index 514a47734..2003b8b83 100644 --- a/pkg/report/report.go +++ b/pkg/report/report.go @@ -65,6 +65,8 @@ type Report struct { Recipients vcs.Recipients // GuiltyFile is the source file that we think is to blame for the crash (filled in by Symbolize). GuiltyFile string + // Arbitrary information about the test VM, may be attached to the report by users of the package. + MachineInfo []byte // reportPrefixLen is length of additional prefix lines that we added before actual crash report. reportPrefixLen int // symbolized is set if the report is symbolized. -- cgit mrf-deployment