summaryrefslogtreecommitdiff
path: root/ArmPkg
diff options
context:
space:
mode:
authorJoey Vagedes <joey.vagedes@gmail.com>2024-08-19 08:22:02 -0700
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2024-09-02 23:20:35 +0000
commit715200ea606829bf85b017e7fa116e0a0023d447 (patch)
tree606b548d6c9595dd16b2c016f7d92ae6372402c4 /ArmPkg
parent814470b8340725095ad4db48b291b4e2b4e86941 (diff)
downloadedk2-715200ea606829bf85b017e7fa116e0a0023d447.zip
edk2-715200ea606829bf85b017e7fa116e0a0023d447.tar.gz
edk2-715200ea606829bf85b017e7fa116e0a0023d447.tar.bz2
ArmPkg/ArmPkg.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 'ArmPkg')
-rw-r--r--ArmPkg/ArmPkg.ci.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/ArmPkg/ArmPkg.ci.yaml b/ArmPkg/ArmPkg.ci.yaml
index 24db742..5c2e68b 100644
--- a/ArmPkg/ArmPkg.ci.yaml
+++ b/ArmPkg/ArmPkg.ci.yaml
@@ -5,6 +5,9 @@
# SPDX-License-Identifier: BSD-2-Clause-Patent
##
{
+ "PrEval": {
+ "DscPath": "ArmPkg.dsc",
+ },
## options defined .pytool/Plugin/LicenseCheck
"LicenseCheck": {
"IgnoreFiles": []