Commit Graph

3 Commits

Author SHA1 Message Date
Dmitry Vyukov
52a20ba400 dashboard/app: properly handle build failures
Separate kernel and syzkaller build failures.
Fix logic to understand when a build is fixed:
look if kernel/syzkaller commit changes to understand
if it's a new good build or re-upload of an old build.

Fixes #1014
2019-03-25 17:00:25 +01:00
Dmitry Vyukov
c1fd2f3b4a syz-ci: fix formatting of error message
PrependContext prepends the string rather than format.
2019-03-17 18:06:44 +01:00
Dmitry Vyukov
8fb18735b7 syz-ci: move GOPATH/GOROOT setup to main
GOPATH/GOROOT are also needed for jobs.
Updater can be disabled with -autoupdate=0,
so move GOPATH/GOROOT setup to main.

Update #501
2019-03-17 18:06:44 +01:00