summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Vagedes <joey.vagedes@gmail.com>2024-08-19 08:36:21 -0700
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2024-09-02 23:20:35 +0000
commit5b6ec1a7f487404504991c33918a6b02516f778a (patch)
treefb617512fb5b3cbcdbeea9d06c38256aa804bd9d
parentd214d75be0e79e5ad35271ba37187a5c252e8a94 (diff)
downloadedk2-5b6ec1a7f487404504991c33918a6b02516f778a.zip
edk2-5b6ec1a7f487404504991c33918a6b02516f778a.tar.gz
edk2-5b6ec1a7f487404504991c33918a6b02516f778a.tar.bz2
UefiPayloadPkg/UefiPayloadPkg.ci.yaml: Add PrEval CI config
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 <joey.vagedes@gmail.com>
-rw-r--r--UefiPayloadPkg/UefiPayloadPkg.ci.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/UefiPayloadPkg/UefiPayloadPkg.ci.yaml b/UefiPayloadPkg/UefiPayloadPkg.ci.yaml
index 0ceff5b..ac43a7a 100644
--- a/UefiPayloadPkg/UefiPayloadPkg.ci.yaml
+++ b/UefiPayloadPkg/UefiPayloadPkg.ci.yaml
@@ -5,6 +5,9 @@
# SPDX-License-Identifier: BSD-2-Clause-Patent
##
{
+ "PrEval": {
+ "DscPath": "UefiPayloadPkg.dsc",
+ },
## options defined .pytool/Plugin/LicenseCheck
"LicenseCheck": {
"IgnoreFiles": []