diff options
author | Joey Vagedes <joey.vagedes@gmail.com> | 2023-06-26 13:49:38 -0700 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2023-10-23 20:17:52 +0000 |
commit | e44097a9653a1f6e67439c5c49cb952f7a8aafe2 (patch) | |
tree | 716997017d66a600de4d7f3f52717151a0a0f004 /PrmPkg | |
parent | e5b4fe21aea9101c93ba8a670da4ce83513c0ef7 (diff) | |
download | edk2-e44097a9653a1f6e67439c5c49cb952f7a8aafe2.tar.gz edk2-e44097a9653a1f6e67439c5c49cb952f7a8aafe2.tar.bz2 edk2-e44097a9653a1f6e67439c5c49cb952f7a8aafe2.zip |
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 <mikuback@linux.microsoft.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Signed-off-by: Joey Vagedes <joeyvagedes@gmail.com>
Reviewed-by: Michael Kubacki <michael.kubacki@microsoft.com>
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
Diffstat (limited to 'PrmPkg')
-rw-r--r-- | PrmPkg/PrmPkg.ci.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/PrmPkg/PrmPkg.ci.yaml b/PrmPkg/PrmPkg.ci.yaml index 2d4d12815d..b4b5aad67f 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": []
|