From d214d75be0e79e5ad35271ba37187a5c252e8a94 Mon Sep 17 00:00:00 2001 From: Joey Vagedes Date: Mon, 19 Aug 2024 08:36:03 -0700 Subject: [PATCH] UefiCpuPkg/UefiCpuPkg.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 --- UefiCpuPkg/UefiCpuPkg.ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/UefiCpuPkg/UefiCpuPkg.ci.yaml b/UefiCpuPkg/UefiCpuPkg.ci.yaml index c2280aedf5..80a043f339 100644 --- a/UefiCpuPkg/UefiCpuPkg.ci.yaml +++ b/UefiCpuPkg/UefiCpuPkg.ci.yaml @@ -6,6 +6,9 @@ # SPDX-License-Identifier: BSD-2-Clause-Patent ## { + "PrEval": { + "DscPath": "UefiCpuPkg.dsc", + }, "LicenseCheck": { "IgnoreFiles": [] },