-
Notifications
You must be signed in to change notification settings - Fork 162
Add BuildReportEvaluation post build plugin #1297
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
Merged
apop5
merged 4 commits into
microsoft:dev/202502
from
apop5:personal/apop5/buildreportevaluation
Apr 28, 2025
Merged
Add BuildReportEvaluation post build plugin #1297
apop5
merged 4 commits into
microsoft:dev/202502
from
apop5:personal/apop5/buildreportevaluation
Apr 28, 2025
Conversation
This file contains hidden or 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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev/202502 #1297 +/- ##
=============================================
Coverage ? 1.58%
=============================================
Files ? 1408
Lines ? 364722
Branches ? 4570
=============================================
Hits ? 5799
Misses ? 358850
Partials ? 73
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
makubacki
reviewed
Mar 13, 2025
makubacki
reviewed
Mar 13, 2025
makubacki
reviewed
Mar 13, 2025
makubacki
reviewed
Mar 13, 2025
makubacki
reviewed
Mar 13, 2025
makubacki
reviewed
Mar 13, 2025
da22055 to
e7a6d53
Compare
makubacki
approved these changes
Apr 25, 2025
e7a6d53 to
8039ec5
Compare
Javagedes
approved these changes
Apr 28, 2025
.pytool/Plugin/BuildReportEvaluation/BuildReportEvaluationPlugin.py
Outdated
Show resolved
Hide resolved
.pytool/Plugin/BuildReportEvaluation/BuildReportEvaluationPlugin.py
Outdated
Show resolved
Hide resolved
8039ec5 to
a15e38e
Compare
Build Report Evaluation allows platforms to opt into running queries over the generated BuildReport. The default queries attempt to find common misconfigured options, such as supporting Universal Graphics Adapters (UGA), supporting LegacyUsb, including the Efi Byte Code interperter (EbcDxe) or modules included in a Fv that do not contain a StackCheckLib instance.
a15e38e to
aff9260
Compare
apop5
added a commit
to apop5/mu_basecore
that referenced
this pull request
Apr 29, 2025
## Description Add a post build plugin that will parse the build report and run evaluation queries over it. Infrastructure allows for platforms to register additional queries, either under the existing categories or creating their own. See BuildReportEvaluationReadMe.md for more details. - [ ] Impacts functionality? - [ ] Impacts security? - [ ] Breaking change? - [ ] Includes tests? - [ ] Includes documentation? - [ ] Backport to release branch? ## How This Was Tested Ran on virtual platforms builds with scope enabled. Ran on physical platform build with scope enabled. ## Integration Instructions Add platform-checks scope. Ensure that BUILDREPORT_FILE is enabled and configured.
apop5
added a commit
that referenced
this pull request
Apr 29, 2025
## Description Add a post build plugin that will parse the build report and run evaluation queries over it. Infrastructure allows for platforms to register additional queries, either under the existing categories or creating their own. See BuildReportEvaluationReadMe.md for more details. - [ ] Impacts functionality? - [ ] Impacts security? - [ ] Breaking change? - [ ] Includes tests? - [ ] Includes documentation? - [ ] Backport to release branch? ## How This Was Tested Ran on virtual platforms builds with scope enabled. Ran on physical platform build with scope enabled. ## Integration Instructions Add platform-checks scope. Ensure that BUILDREPORT_FILE is enabled and configured.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Add a post build plugin that will parse the build report and run evaluation queries over it.
Infrastructure allows for platforms to register additional queries, either under the existing categories or creating their own.
See BuildReportEvaluationReadMe.md for more details.
How This Was Tested
Ran on virtual platforms builds with scope enabled.
Ran on physical platform build with scope enabled.
Integration Instructions
Add platform-checks scope.
Ensure that BUILDREPORT_FILE is enabled and configured.