jonathanmetzman
b77a55b9b4
[ClusterFuzzLite] Support GCB and gsutil/gcs as filestore. ( #6629 )
...
* add gsutil filestore
* lint
* Fix
* Add build image script
* get gcb fuzzing working
* fmt and fix config_utils_test
* Check that crashes are uploaded
* Add no_filestore
* fix test
* fix tests
* fix
* Print crash URL
* Fix
* fix
* fmt
* lnt
* fix
* fmt
2021-10-27 10:00:04 -04:00
jonathanmetzman
0bf87a10c4
[cifuzz] Only grab github-specific env vars on github ( #6150 )
...
This removes need for non-OSS-Fuzz users to fake using OSS-Fuzz.
Fixes : #6129
2021-08-03 18:13:59 -07:00
jonathanmetzman
3d75fc9fb4
[cifuzz][NFC] Use f-strings instead of format function ( #6095 )
2021-07-22 09:22:29 -07:00
jonathanmetzman
c779501392
[CIFuzz] Implement filestore based on github artifacts ( #5943 )
...
Implement filestore based on github actions' artifacts feature.
This uses the github api and the github actions API.
Also fix imports in github_actions_toolkit library that were broken by move to third_party directory.
2021-06-21 15:28:21 +00:00