jonathanmetzman

Results 935 comments of jonathanmetzman

CFLite should be compatible with buildbot, you would just need to come up with a filestore that can be used. If buildbot doesn't have a way to persist files than...

I think I can add this feature, but can you clarify why you want to find bugs in PRs when the bugs were not caused by PRs?

Actually instead of adding this feature, maybe we can leverage some that we already have. Can you try to change this mode to batch: https://github.com/systemd/systemd/blob/main/.github/workflows/cflite_pr.yml#L38

O you're right, it will also upload the corpus. OK I need to implement the feature you want.

Actually, I think this feature exists, I just need to expose it to users. After my PRs land, set `keep-unaffected-fuzz-targets: true` in the build_fuzzers action to do this.

> Thanks! When it lands could you point me in the direction of the SHA hash of the base builder image with that feature included? I don't think this is...

I've delayed this because I'm concerned about how all of this fine grained configuration interacts with the implicit configuration of the coarse grained stuff. For example, if I make an...

I think ideally we should use "clusterfuzzlite" rather than CIFuzz which isn't really the "brand" we are going to use moving forward. I can change the name but it will...