From e44097a9653a1f6e67439c5c49cb952f7a8aafe2 Mon Sep 17 00:00:00 2001 From: Joey Vagedes Date: Mon, 26 Jun 2023 13:49:38 -0700 Subject: PrmPkg: CI: Add PrEval entry Adds a PrEval entry to the package's ci.yaml file which is used to verify if the package uses a particular library instance when that library instance file (INF) is updated. When a library instance file (INF) is updated, PrEval will review each package's DSC as described in the ci.yaml file to determine if the package uses said library instance. If the package does use the library instance, it will be built and tested to ensure the package is not broken from the change. Cc: Michael Kubacki Cc: Nate DeSimone Signed-off-by: Joey Vagedes Reviewed-by: Michael Kubacki Reviewed-by: Nate DeSimone --- PrmPkg/PrmPkg.ci.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'PrmPkg') diff --git a/PrmPkg/PrmPkg.ci.yaml b/PrmPkg/PrmPkg.ci.yaml index 2d4d128..b4b5aad 100644 --- a/PrmPkg/PrmPkg.ci.yaml +++ b/PrmPkg/PrmPkg.ci.yaml @@ -5,6 +5,9 @@ # SPDX-License-Identifier: BSD-2-Clause-Patent ## { + "PrEval": { + "DscPath": "PrmPkg.dsc", + }, ## options defined .pytool/Plugin/LicenseCheck "LicenseCheck": { "IgnoreFiles": [] -- cgit v1.1