From a7cc0014d2a134f9aa67b2864902c55c14b4f06c Mon Sep 17 00:00:00 2001 From: Joey Vagedes Date: Thu, 2 Jan 2025 13:30:39 -0800 Subject: [PATCH] FatPkg: 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. Signed-off-by: Aaron Pop --- FatPkg/FatPkg.ci.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/FatPkg/FatPkg.ci.yaml b/FatPkg/FatPkg.ci.yaml index d54e5bb40d..804688c987 100644 --- a/FatPkg/FatPkg.ci.yaml +++ b/FatPkg/FatPkg.ci.yaml @@ -6,6 +6,9 @@ # SPDX-License-Identifier: BSD-2-Clause-Patent ## { + "PrEval": { + "DscPath": "FatPkg.dsc", + }, "LicenseCheck": { "IgnoreFiles": [] }, @@ -60,7 +63,7 @@ "FFFFFFFFL", "CDVOL", "DMDEPKG", - "lba's" + "lba's", ] } }