-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for Fuzzlyn in the exploratory pipeline files. * We use the pipeline name to determine which tool to use, since that seems to be the easiest way to have this available during template expansion. * All the .yml files are shared, and the setup script is also shared (renamed to fuzzer_setup.py). However the summarize and run scripts are not shared. * The summarize scripts now use the AZDO feature that allows outputting a markdown file that shows up rendered under the pipeline results. These can be seen on the "Extensions" tab of AZDO. * For Fuzzlyn, we automatically reduce silent bad codegen examples found and include these in the summary (but we do not reduce examples if we are over time). Assertion errors are not reduced, but the documentation in exploratory.md contains some information on how to reduce these manually. This should just be a temporary measure until we can more efficiently reduce these. * The issue zips are now part of the issues artifact (and I removed the "summary" part of the name) since the Fuzzlyn summarize script reads the reduced examples from the zip, and I feel it's simpler to have all the info in one artifact. Also include a small fix for the superpmi download display progress so that we do not display a larger size than the file downloaded.
- Loading branch information
1 parent
14089cf
commit 730d1f4
Showing
13 changed files
with
778 additions
and
207 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.