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