aboutsummaryrefslogtreecommitdiff
path: root/infra/cifuzz/docker.py
AgeCommit message (Collapse)Author
2021-03-12[CIFuzz] Add functionality to save diskspace (#5342)jonathanmetzman
* [CIFuzz] Add functionality to save diskspace. Add a LOW_DISK_SPACE env/config var. When this is specified (always true for Github actions) run_fuzzers will delete base-builder and the project builder image before fuzzing. After it finishes fuzzing with a target, it will also delete the targets, its seed corpus and its corpus. Related: #4879