jonathanmetzman
e93f222966
[CIFuzz] Fix handling of sanitizer artifacts ( #5182 )
...
Fixes #5175
1. Put sanitizer in artifact name.
2. Fix parsing of non-ASAN stacks.
2021-02-18 09:57:34 -08:00
jonathanmetzman
21b47a7a22
[cifuzz][NFC] Handle TODOs ( #5104 )
...
Handle some TODOs
1. Get rid of multiple return values and replace with a more sensible
return value.
2. Eliminate some useless TODOs.
2021-02-04 07:15:51 -08:00
jonathanmetzman
7f150fe75e
[cifuzz] Abstract-away OSS-Fuzz specific bits ( #5088 )
...
Abstract away OSS-Fuzz specific bits into the OSSFuzz implementation
of the ClusterFuzzDeployment class. This will make it easier to implement
support for other deployments of ClusterFuzz (including ClusterFuzzLite).
2021-02-03 12:46:19 -08:00
jonathanmetzman
95d3905ec9
[cifuzz] Support a batch fuzzing mode ( #5073 )
...
In this mode, CIFuzz will keep fuzzing until the time limit is reached, even if a crash was found.
2021-02-01 10:49:33 -08:00
jonathanmetzman
f2756d7321
[CIFuzz] Move run_fuzzers to new config system ( #5063 )
...
Also, decide is_github based on something not used/faked by Skia.
2021-01-29 09:49:03 +11:00
jonathanmetzman
d6ff0bfcdc
[CIFuzz] Seperate code for running fuzzers into own module: run_fuzzers.py ( #5031 )
...
TODO: Rename cifuzz.py to build_fuzzers.py
2021-01-26 08:32:41 -08:00