Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Centipede skips seed corpus in build test (google#9587)
In google#9427, some projects [failed on `bad_build_check`](https://pantheon.corp.google.com/cloud-build/builds;region=us-central1/31a7e835-32aa-49c8-81f1-f8d2eab9e3c1;step=20?project=oss-fuzz) (e.g., [`matio`](https://github.com/google/oss-fuzz/tree/master/projects/matio) has seed corpus) without explicit reason. This is because `Centipede` [does not skip seed corpus in `run_fuzzer`](https://github.com/google/oss-fuzz/blob/a5ee351ed1cfb97b73eab96787c0a86434cfd99e/infra/base-images/base-runner/run_fuzzer#L89) like [other fuzzers](https://github.com/google/oss-fuzz/blob/master/infra/base-images/base-runner/bad_build_check#L147). This PR sets the environment variable so that `Centipede` also skips seeds and pass the `bad_build_check`.
- Loading branch information