jonathanmetzman
0672aa4e1f
[CIFuzz] Don't make everything a subdirectory of /out ( #5970 )
...
Use different subdirectories of workspace for builds, old builds, coverage reports, corpora and artifacts/testscases.
2021-06-30 07:34:42 -07:00
jonathanmetzman
ae5e4228e8
[CIFuzz][ClusterFuzzLite] Implement batch fuzzing ( #5963 )
...
[ClusterFuzzLite] Support use of github actions as a filestore
2021-06-25 08:42:10 -07:00
jonathanmetzman
26dea63cde
[CIFuzz][NFC] Replace format strings with f-strings. ( #5933 )
...
Also replace % formatting.
2021-06-17 11:26:42 -07:00
jonathanmetzman
0034bfde5d
[CIFuzz] Refactor HTTP code and use a newer python. ( #5842 )
...
* Move to http_utils
* Update dockerfiles
* Dont install python3 from apt if we copy it into image
* fix
* fmt
* Add missing
2021-06-14 09:26:04 -07:00
jonathanmetzman
8d313798ab
[CIFuzz][NFC] Add skeleton for ClusterFuzzLite and Filestore ( #5843 )
2021-05-26 09:14:23 -07: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