]> git.proxmox.com Git - mirror_edk2.git/blame - UefiCpuPkg/UefiCpuPkg.ci.yaml
ArmPkg: only attempt buildin MmCommunicationDxe for AArch64
[mirror_edk2.git] / UefiCpuPkg / UefiCpuPkg.ci.yaml
CommitLineData
30c00d7f
MK
1## @file\r
2# CI configuration for UefiCpuPkg\r
3#\r
4# Copyright (c) Microsoft Corporation\r
5# SPDX-License-Identifier: BSD-2-Clause-Patent\r
6##\r
7{\r
8 "CompilerPlugin": {\r
9 "DscPath": "UefiCpuPkg.dsc"\r
10 },\r
11 "CharEncodingCheck": {\r
12 "IgnoreFiles": []\r
13 },\r
14 "DependencyCheck": {\r
15 "AcceptableDependencies": [\r
16 "MdePkg/MdePkg.dec",\r
17 "MdeModulePkg/MdeModulePkg.dec",\r
18 "UefiCpuPkg/UefiCpuPkg.dec"\r
19 ],\r
20 # For host based unit tests\r
21 "AcceptableDependencies-HOST_APPLICATION":[],\r
22 # For UEFI shell based apps\r
23 "AcceptableDependencies-UEFI_APPLICATION":[],\r
24 "IgnoreInf": []\r
25 },\r
26 "DscCompleteCheck": {\r
27 "DscPath": "UefiCpuPkg.dsc",\r
28 "IgnoreInf": [\r
29 "UefiCpuPkg/ResetVector/FixupVtf/Vtf.inf",\r
30 "UefiCpuPkg/ResetVector/Vtf0/Vtf0.inf"\r
31 ]\r
32 },\r
33 "GuidCheck": {\r
34 "IgnoreGuidName": ["SecCore", "ResetVector"], # Expected duplication for gEfiFirmwareVolumeTopFileGuid\r
35 "IgnoreGuidValue": [],\r
36 "IgnoreFoldersAndFiles": [],\r
37 "IgnoreDuplicates": []\r
38 },\r
39 "LibraryClassCheck": {\r
40 "IgnoreHeaderFile": []\r
41 },\r
42\r
43 ## options defined ci/Plugin/SpellCheck\r
44 "SpellCheck": {\r
45 "AuditOnly": True, # Fails test but run in AuditOnly mode to collect log\r
46 "IgnoreFiles": [], # use gitignore syntax to ignore errors in matching files\r
47 "ExtendWords": [], # words to extend to the dictionary for this package\r
48 "IgnoreStandardPaths": [], # Standard Plugin defined paths that should be ignore\r
49 "AdditionalIncludePaths": [] # Additional paths to spell check (wildcards supported)\r
50 }\r
51}\r