Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Setup OneFuzz for CI #10431
Setup OneFuzz for CI #10431
Changes from all commits
f39b092
284a4a7
6e6a6ed
f2f188f
e8266b1
da864ed
d4ae5f9
e3f64b9
bda579d
02af781
ce26d64
aa644e9
74bcb1c
7611c6c
745728a
db0fdd6
153971a
dc9fd55
facdf77
35c9967
1030c06
7719b1f
83ea5f3
a8c905d
4e3a1ba
c91e078
16d226a
1268cc1
a578d87
c32524a
541b25c
4bd3095
c97787f
ce52098
8303728
d5c7ceb
d8d0cc9
e15f639
158d242
1a2da08
9c56cdf
bbbe99a
c3fd708
78dd57b
a5cc2ff
4084c62
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For my own edification - I get that this calls the build in
build-console-fuzzing
. I don't get how this tells that build to only build theFuzzing
config (and therefore only build conhost)There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At the top of
build-console-fuzzing.yml
, there's some predefined parameters:I think you'd be able to override the
configuration
parameter from here, but like, that would be a bad thing to do haha. The pipeline was designed to run in the fuzzing config so something would 100% fail.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NIT: in that case, it probably should not be configurable 😉