summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Vagedes <joey.vagedes@gmail.com>2025-01-02 13:30:39 -0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2025-01-02 23:33:46 +0000
commita7cc0014d2a134f9aa67b2864902c55c14b4f06c (patch)
treee113cdf7bb8bd89fa73988acf3dc106c8c4e2a7a
parent62de957185d71feb9c4d09f4eddcdac1980632fb (diff)
downloadedk2-a7cc0014d2a134f9aa67b2864902c55c14b4f06c.tar.gz
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 <aaronpop@microsoft.com>
-rw-r--r--FatPkg/FatPkg.ci.yaml5
1 files changed, 4 insertions, 1 deletions
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",
]
}
}