summaryrefslogtreecommitdiffstats
path: root/NetworkPkg
diff options
context:
space:
mode:
authorJoey Vagedes <joey.vagedes@gmail.com>2024-08-19 08:33:36 -0700
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2024-09-02 23:20:35 +0000
commitea5581186eaa10e74a02c98608a067d76af92c69 (patch)
treed1373bf1af19f3bc0733e9b6950522fb05651577 /NetworkPkg
parentc79487605a8851a4e03aed2c58a36cbab22915d8 (diff)
downloadedk2-ea5581186eaa10e74a02c98608a067d76af92c69.tar.gz
edk2-ea5581186eaa10e74a02c98608a067d76af92c69.tar.bz2
edk2-ea5581186eaa10e74a02c98608a067d76af92c69.zip
NetworkPkg/NetworkPkg.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 'NetworkPkg')
-rw-r--r--NetworkPkg/NetworkPkg.ci.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/NetworkPkg/NetworkPkg.ci.yaml b/NetworkPkg/NetworkPkg.ci.yaml
index 076424eb60..5626e94434 100644
--- a/NetworkPkg/NetworkPkg.ci.yaml
+++ b/NetworkPkg/NetworkPkg.ci.yaml
@@ -7,6 +7,9 @@
# SPDX-License-Identifier: BSD-2-Clause-Patent
##
{
+ "PrEval": {
+ "DscPath": "NetworkPkg.dsc",
+ },
"LicenseCheck": {
"IgnoreFiles": []
},