bazelbuild / rules_fuzzing

Bazel Starlark extensions for defining fuzz tests in Bazel projects
Apache License 2.0
82 stars 19 forks source link

Improve CI setup #196

Closed fmeum closed 2 years ago

fmeum commented 2 years ago

Makes CI checks run daily against OSS-Fuzz and Bazel's last_green releases.

fmeum commented 2 years ago

@stefanbucur Let me know if you also want me to pin the Bazel version for this repository to Bazel 5. This would affect the version used for non-scheduled, per-PR CI runs, OSS-Fuzz CI Fuzz runs as well as local development.

fmeum commented 2 years ago

@stefanbucur The checks ran and indeed used last_green. I don't think there is a way for me to get notified of failures though since I'm not a collaborator on the repository. Could you create an issue and mention me if things break?