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