Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Add CIFuzz Github action #2561

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

DavidKorczynski
Copy link

@DavidKorczynski DavidKorczynski commented Nov 20, 2022

Add CIFuzz workflow action to have fuzzers build and run on each PR.

This is a service offered by OSS-Fuzz where netCDF already runs. CIFuzz can help detect catch regressions and fuzzing build issues early, and has a variety of features (see the URL above). In the current PR the fuzzers gets build on a pull request and will run for 300 seconds.

Signed-off-by: David Korczynski david@adalogics.com

@CLAassistant
Copy link

CLAassistant commented Nov 20, 2022

CLA assistant check
All committers have signed the CLA.

Signed-off-by: David Korczynski <david@adalogics.com>
@DennisHeimbigner
Copy link
Collaborator

I thought we were already supporting fuzzing.
See PR #1972

@DavidKorczynski
Copy link
Author

That's correct @DennisHeimbigner -- this is an extension of the current set up to ensure that the fuzzers run in the CI. It's based on the same infrastructure as netcdf-c runs on OSS-Fuzz and CIFuzz is OSS-Fuzz's CI action: https://google.github.io/oss-fuzz/getting-started/continuous-integration/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants