From 2ccf94d37b69b3977758eac56d2416b3673a3dec Mon Sep 17 00:00:00 2001 From: Joey Vagedes Date: Mon, 19 Aug 2024 08:32:50 -0700 Subject: ArmPlatformPkg/ArmPlatformPkg.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 --- ArmPlatformPkg/ArmPlatformPkg.ci.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ArmPlatformPkg') diff --git a/ArmPlatformPkg/ArmPlatformPkg.ci.yaml b/ArmPlatformPkg/ArmPlatformPkg.ci.yaml index 03632e74df..9c384a3feb 100644 --- a/ArmPlatformPkg/ArmPlatformPkg.ci.yaml +++ b/ArmPlatformPkg/ArmPlatformPkg.ci.yaml @@ -5,6 +5,9 @@ # SPDX-License-Identifier: BSD-2-Clause-Patent ## { + "PrEval": { + "DscPath": "ArmPlatformPkg.dsc", + }, ## options defined .pytool/Plugin/LicenseCheck "LicenseCheck": { "IgnoreFiles": [] -- cgit v1.2.3