Skip to content

Commit

Permalink
UefiPayloadPkg/UefiPayloadPkg.ci.yaml: Add PrEval CI config
Browse files Browse the repository at this point in the history
Adds an entry to the package's CI configuration file that enable policy
5 for stuart_pr_eval. With this Policy, all INFs used by the package are
extracted from the provided DSC file and compared against the list of
changed *.inf (INF) files in the PR. If there is a match, stuart_pr_eval
will specify that this package is affected by the PR and needs to be
tested.

Signed-off-by: Joey Vagedes <[email protected]>
  • Loading branch information
Javagedes authored and mergify[bot] committed Sep 2, 2024
1 parent d214d75 commit 5b6ec1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions UefiPayloadPkg/UefiPayloadPkg.ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
# SPDX-License-Identifier: BSD-2-Clause-Patent
##
{
"PrEval": {
"DscPath": "UefiPayloadPkg.dsc",
},
## options defined .pytool/Plugin/LicenseCheck
"LicenseCheck": {
"IgnoreFiles": []
Expand Down

0 comments on commit 5b6ec1a

Please sign in to comment.