diff options
author | Joey Vagedes <joey.vagedes@gmail.com> | 2024-08-19 08:33:13 -0700 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-09-02 23:20:35 +0000 |
commit | c79487605a8851a4e03aed2c58a36cbab22915d8 (patch) | |
tree | 735b5c6186bdb64581d42a191c139de3a638889a | |
parent | 2ccf94d37b69b3977758eac56d2416b3673a3dec (diff) | |
download | edk2-c79487605a8851a4e03aed2c58a36cbab22915d8.tar.gz |
EmulatorPkg/EmulatorPkg.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 <joey.vagedes@gmail.com>
-rw-r--r-- | EmulatorPkg/EmulatorPkg.ci.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/EmulatorPkg/EmulatorPkg.ci.yaml b/EmulatorPkg/EmulatorPkg.ci.yaml index 6e9b2857cb..6090fe3363 100644 --- a/EmulatorPkg/EmulatorPkg.ci.yaml +++ b/EmulatorPkg/EmulatorPkg.ci.yaml @@ -9,6 +9,9 @@ # SPDX-License-Identifier: BSD-2-Clause-Patent
##
{
+ "PrEval": {
+ "DscPath": "EmulatorPkg.dsc",
+ },
## options defined .pytool/Plugin/LicenseCheck
"LicenseCheck": {
"IgnoreFiles": []
|