-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fluxcd: Add auto discovery for Go Native fuzz targets (#9064)
Add support for auto discovery and build for all Go Native fuzz targets that exist within the range of Flux org repos defined. Support for faster CI checks by only targeting the specific project when running against PRs. (cc: @stefanprodan @hiddeco) --- Would there be interest on having `loop_through_org_repositories` as part of infra? This would enable Go Native projects to have auto discovery of fuzzers without the need of calling `compile_native_go_fuzzer` for each fuzzer they add into their repos. Signed-off-by: Paulo Gomes <pjbgf@linux.com>
- Loading branch information
Showing
2 changed files
with
116 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters