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

github action: split the run of the fuzzers #5443

Closed
sylvestre opened this issue Oct 23, 2023 · 2 comments · Fixed by #5444
Closed

github action: split the run of the fuzzers #5443

sylvestre opened this issue Oct 23, 2023 · 2 comments · Fixed by #5444
Labels

Comments

@sylvestre
Copy link
Contributor

Currently, we run all the fuzzers in the same task
image

instead, we should do:

  • build the fuzzers into a dedicated task
  • save the binaries as artifact
  • run them into dedicated tasks (one per fuzzer)
@sylvestre
Copy link
Contributor Author

@tommady if you are interested :)

@tommady
Copy link
Contributor

tommady commented Oct 23, 2023

Ya sure, happy to do this.

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

Successfully merging a pull request may close this issue.

2 participants