]> git.proxmox.com Git - mirror_edk2.git/blame - UefiCpuPkg/UefiCpuPkg.ci.yaml
UefiCpuPkg: Add Pei/DxeCpuExceptionHandlerLibUnitTest in dsc
[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
739adc8b 5# Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>\r
30c00d7f
MK
6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
7##\r
8{\r
22f89fea
SZ
9 "LicenseCheck": {\r
10 "IgnoreFiles": []\r
11 },\r
739adc8b
SZ
12 "EccCheck": {\r
13 ## Exception sample looks like below:\r
14 ## "ExceptionList": [\r
15 ## "<ErrorID>", "<KeyWord>"\r
16 ## ]\r
17 "ExceptionList": [\r
04ecdc38 18 "8006", "main"\r
739adc8b
SZ
19 ],\r
20 ## Both file path and directory path are accepted.\r
21 "IgnoreFiles": [\r
22 ]\r
23 },\r
30c00d7f
MK
24 "CompilerPlugin": {\r
25 "DscPath": "UefiCpuPkg.dsc"\r
26 },\r
e17f459a
RN
27 ## options defined ci/Plugin/HostUnitTestCompilerPlugin\r
28 "HostUnitTestCompilerPlugin": {\r
29 "DscPath": "Test/UefiCpuPkgHostTest.dsc"\r
30 },\r
30c00d7f
MK
31 "CharEncodingCheck": {\r
32 "IgnoreFiles": []\r
33 },\r
34 "DependencyCheck": {\r
35 "AcceptableDependencies": [\r
36 "MdePkg/MdePkg.dec",\r
37 "MdeModulePkg/MdeModulePkg.dec",\r
38 "UefiCpuPkg/UefiCpuPkg.dec"\r
39 ],\r
40 # For host based unit tests\r
e17f459a 41 "AcceptableDependencies-HOST_APPLICATION":[\r
04ecdc38
ZL
42 "UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec",\r
43 "CryptoPkg/CryptoPkg.dec"\r
e17f459a 44 ],\r
30c00d7f
MK
45 # For UEFI shell based apps\r
46 "AcceptableDependencies-UEFI_APPLICATION":[],\r
47 "IgnoreInf": []\r
48 },\r
49 "DscCompleteCheck": {\r
50 "DscPath": "UefiCpuPkg.dsc",\r
51 "IgnoreInf": [\r
52 "UefiCpuPkg/ResetVector/FixupVtf/Vtf.inf",\r
60d8bb9f
AA
53 "UefiCpuPkg/ResetVector/Vtf0/Vtf0.inf",\r
54 "UefiCpuPkg/ResetVector/Vtf0/Bin/ResetVector1G.inf"\r
30c00d7f
MK
55 ]\r
56 },\r
e17f459a
RN
57 "HostUnitTestDscCompleteCheck": {\r
58 "IgnoreInf": [""],\r
59 "DscPath": "Test/UefiCpuPkgHostTest.dsc"\r
60 },\r
30c00d7f
MK
61 "GuidCheck": {\r
62 "IgnoreGuidName": ["SecCore", "ResetVector"], # Expected duplication for gEfiFirmwareVolumeTopFileGuid\r
63 "IgnoreGuidValue": [],\r
64 "IgnoreFoldersAndFiles": [],\r
65 "IgnoreDuplicates": []\r
66 },\r
67 "LibraryClassCheck": {\r
68 "IgnoreHeaderFile": []\r
69 },\r
70\r
71 ## options defined ci/Plugin/SpellCheck\r
72 "SpellCheck": {\r
73 "AuditOnly": True, # Fails test but run in AuditOnly mode to collect log\r
74 "IgnoreFiles": [], # use gitignore syntax to ignore errors in matching files\r
75 "ExtendWords": [], # words to extend to the dictionary for this package\r
76 "IgnoreStandardPaths": [], # Standard Plugin defined paths that should be ignore\r
77 "AdditionalIncludePaths": [] # Additional paths to spell check (wildcards supported)\r
78 }\r
79}\r