Commit Graph

4 Commits

Author SHA1 Message Date
jonathanmetzman 6e39f856ab
[CFL] Give docker images unique names to support parallel fuzzing (#7911)
* Add a unique suffix so that parallel fuzzing is supported

* Fix

* fix tests

* Fix

* fix

* Fix

* Update docker.py
2022-07-12 15:50:10 +02:00
jonathanmetzman 01247be731
[infra][tests][NFC] Change mocked function prefix from "mocked_" to "mock_" (#6198)
Also rename mock_ functions to have impl suffix so we can use mock_ in place of mocked_
2021-08-12 11:25:57 -07:00
jonathanmetzman f0a42fbb1f
[CIFuzz] Force external to use .clusterfuzzlite for build integrations. (#6167) 2021-08-04 16:13:51 -07:00
jonathanmetzman 7e420c7411
[CIFuzz] Don't overwrite the repo in external builds. (#6131)
Fixes: #6119

Also add more tests for continuous_integration module.
2021-07-29 06:28:09 -07:00