diff options
author | Joey Vagedes <joey.vagedes@gmail.com> | 2024-08-19 08:35:43 -0700 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-09-02 23:20:35 +0000 |
commit | 6e727ed9dd2cf2f45f1995a8325d3af3081dbf3f (patch) | |
tree | f9d3e3f06995fdca2ce829fe83d5700aa8aa76f5 /StandaloneMmPkg | |
parent | 7c1047298377a7d48a2e1afcb58e134001ef2c80 (diff) | |
download | edk2-6e727ed9dd2cf2f45f1995a8325d3af3081dbf3f.tar.gz |
StandaloneMmPkg/StandaloneMmPkg.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>
Diffstat (limited to 'StandaloneMmPkg')
-rw-r--r-- | StandaloneMmPkg/StandaloneMmPkg.ci.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/StandaloneMmPkg/StandaloneMmPkg.ci.yaml b/StandaloneMmPkg/StandaloneMmPkg.ci.yaml index e11449c6fb..7d9b0c9cac 100644 --- a/StandaloneMmPkg/StandaloneMmPkg.ci.yaml +++ b/StandaloneMmPkg/StandaloneMmPkg.ci.yaml @@ -6,6 +6,9 @@ # SPDX-License-Identifier: BSD-2-Clause-Patent
##
{
+ "PrEval": {
+ "DscPath": "StandaloneMmPkg.dsc",
+ },
"EccCheck": {
## Exception sample looks like below:
## "ExceptionList": [
|