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

Make CI fuzzing more fine grained #1043

Merged
merged 4 commits into from
Jul 18, 2023
Merged

Make CI fuzzing more fine grained #1043

merged 4 commits into from
Jul 18, 2023

Conversation

ericcornelissen
Copy link
Owner

Relates to #438

Summary

Set up CI workflows that trigger based on the shell for which the implementation changed, rather than just the system.

Set up CI workflows that trigger based on the shell for which the
implementation changed, rather than just the system.

Additionally, this folds the scheduled & manual invocation of CI fuzzing
into the workflows themselves.

Correspondingly, adjust fuzz duration from 5 to 10 min for commit
triggers and from 20 to 10 for scheduled/manual triggers. The former is
considered reasonable because these workflow should trigger less often.
The latter is considered reasonable because longer fuzzing will already
be performed when relevant changes are being made.
@ericcornelissen ericcornelissen added the ci/cd Relates to ci/cd label Jul 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci/cd Relates to ci/cd fuzz Relates to fuzzing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant