Commit Graph

6 Commits

Author SHA1 Message Date
Dongge Liu d277b01ed8
[Rolling out Centipede] Project 1 - 5 (#8690)
Given that `Centipede` works fine on our test project
`github-scarecrow`, we will gradually roll it out to let more real-world
fuzzing targets benefit from it.
The first round contains the following 5 projects:
1. `brotli`,
2. `brunsli`,
3. `draco`,
4. `http-pattern-matcher`,
5. `woff2`.

Projects are selected because:
1. They are `C++` projects,
2. They are from `Google`.

There will be another two rounds (5 + 10) as soon as we can confirm that
`Centipede` works fine in the first round.
2022-10-20 10:12:57 +11:00
Oliver Chang d6022d14da
Opt in all Google GitHub projects into GitHub issue filing. (#7531) 2022-04-11 13:40:12 +10:00
jonathanmetzman 1f38631d2c
[draco][AFL] Disable AFL builds to stop ClusterFuzz exceptions (#5611)
All draco builds have been broken since December.
This means that the old AFL builds are still running on ClusterFuzz.
This is causing exceptions because the old AFL builds don't work
with the ClusterFuzz code which assumes AFL++.
Fixes #5610
2021-04-13 11:52:06 -07:00
Oliver Chang 84faf55729
Populate a bunch of main_repo values. (#4815)
Also enforce this for future integrations.
2020-12-10 09:49:27 +11:00
FrankGalligan d647392eda
Draco: add more emails (#4030)
* Draco: add more emails

* Fix name mistake
2020-06-24 14:59:50 -07:00
Ravi Jotwani 94c0e60dfa
Draco integration (#3951) 2020-06-11 11:51:20 -07:00