X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FMdeModulePkg.ci.yaml;h=1cfc1328390e40f7fd5fd4b5fd1cf44490f4f59a;hp=20d53fc5a5fa8442dc8b2e6cec2d426cd32049b0;hb=HEAD;hpb=355b181f74050cdf2f09b1755c1a5ee4affb1faf diff --git a/MdeModulePkg/MdeModulePkg.ci.yaml b/MdeModulePkg/MdeModulePkg.ci.yaml index 20d53fc5a5..f69989087b 100644 --- a/MdeModulePkg/MdeModulePkg.ci.yaml +++ b/MdeModulePkg/MdeModulePkg.ci.yaml @@ -3,6 +3,7 @@ # # Copyright (c) Microsoft Corporation # Copyright (c) 2020, Intel Corporation. All rights reserved.
+# (C) Copyright 2021 Hewlett Packard Enterprise Development LP
# SPDX-License-Identifier: BSD-2-Clause-Patent ## { @@ -16,11 +17,15 @@ ## "", "" ## ] "ExceptionList": [ + "8005", "UNIVERSAL_PAYLOAD_PCI_ROOT_BRIDGE.UID", + "8005", "UNIVERSAL_PAYLOAD_PCI_ROOT_BRIDGE.HID", + "8001", "UefiSortLibUnitTestMain", ], ## Both file path and directory path are accepted. "IgnoreFiles": [ - "Library/BrotliCustomDecompressLib/brotli", - "Universal/RegularExpressionDxe/oniguruma" + "Library/LzmaCustomDecompressLib", + "Library/BrotliCustomDecompressLib", + "Universal/RegularExpressionDxe" ] }, ## options defined ci/Plugin/CompilerPlugin @@ -76,6 +81,7 @@ "IgnoreDuplicates": [ "gEfiPeiMmAccessPpiGuid=gPeiSmmAccessPpiGuid", "gPeiSmmControlPpiGuid=gEfiPeiMmControlPpiGuid", + "gEfiPeiMmCommunicationPpiGuid=gEfiPeiSmmCommunicationPpiGuid", ] },