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

Update fuzzing infra to build and use the shared framework #108555

Merged
merged 4 commits into from
Oct 5, 2024

Conversation

buyaa-n
Copy link
Member

@buyaa-n buyaa-n commented Oct 4, 2024

Fuzzing infra is currently broken because of #106599, because it is partially integrated with the repo workflow. In order to fix this failure, we need to integrate it completely, that means need to fix #107204:

  • Make the fuzzing solution a framework dependent app and use test shared framework
  • Fixed and/or suppressed all findings of different analyzer runs
  • Updated the README.md to apply the changes made
  • Ended up removing nuget.config as it became same as the repo config in the root, also removed Directory.Build.targets that was empty

Further MihuBot need to be updated as needed, might also need to update onefuzz deployment scripts CC @MihaZupan

@dotnet-issue-labeler dotnet-issue-labeler bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Oct 4, 2024
@buyaa-n buyaa-n added area-Meta and removed needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels Oct 4, 2024
Copy link
Member

@MihaZupan MihaZupan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you

src/libraries/Fuzzing/README.md Outdated Show resolved Hide resolved
src/libraries/Fuzzing/README.md Outdated Show resolved Hide resolved
src/libraries/Fuzzing/README.md Outdated Show resolved Hide resolved
src/libraries/Fuzzing/README.md Outdated Show resolved Hide resolved
@MihaZupan
Copy link
Member

MihaZupan commented Oct 4, 2024

The bot's also working again now MihuBot/runtime-utils@5466698
And updating the pipeline: buyaa-n#19

@buyaa-n buyaa-n merged commit 0372b50 into dotnet:main Oct 5, 2024
84 of 86 checks passed
@buyaa-n buyaa-n deleted the fuzz-infra branch October 5, 2024 02:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fuzzing workflow is not friendly to rebuild and incremental changes.
2 participants