From e5701ed16c822ef5a4abc4224b44c36b3489aca3 Mon Sep 17 00:00:00 2001 From: Yevgeny Pats Date: Fri, 9 Aug 2019 10:46:28 +0300 Subject: fuzzit.sh: migrate syzkaller to new org and introduce regression The fuzzers now run on every new code that is pushed to master Regression using the generated corpus from the above step is run locally in the travis. This should fail the travis if new or old bugs are introduce and thus help catch bugs earlier. To reproduce locally you can run ./fuzzit create job --local syzkaller/target-name $PATH_TO_FUZZER --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 8eef8b880..d022bf5c7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # syzkaller - kernel fuzzer [![Build Status](https://travis-ci.org/google/syzkaller.svg?branch=master)](https://travis-ci.org/google/syzkaller) +[![fuzzit](https://app.fuzzit.dev/badge?org_id=syzkaller=master)](https://fuzzit.dev) [![Go Report Card](https://goreportcard.com/badge/github.com/google/syzkaller)](https://goreportcard.com/report/github.com/google/syzkaller) [![Coverage Status](https://codecov.io/gh/google/syzkaller/graph/badge.svg)](https://codecov.io/gh/google/syzkaller) [![GoDoc](https://godoc.org/github.com/google/syzkaller?status.svg)](https://godoc.org/github.com/google/syzkaller) -- cgit mrf-deployment