]> git.proxmox.com Git - mirror_edk2.git/blame - UefiCpuPkg/UefiCpuPkg.ci.yaml
UefiCpuPkg: Prevent from re-initializing CPU features during S3 resume
[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
18 ],\r
19 ## Both file path and directory path are accepted.\r
20 "IgnoreFiles": [\r
21 ]\r
22 },\r
30c00d7f
MK
23 "CompilerPlugin": {\r
24 "DscPath": "UefiCpuPkg.dsc"\r
25 },\r
e17f459a
RN
26 ## options defined ci/Plugin/HostUnitTestCompilerPlugin\r
27 "HostUnitTestCompilerPlugin": {\r
28 "DscPath": "Test/UefiCpuPkgHostTest.dsc"\r
29 },\r
30c00d7f
MK
30 "CharEncodingCheck": {\r
31 "IgnoreFiles": []\r
32 },\r
33 "DependencyCheck": {\r
34 "AcceptableDependencies": [\r
35 "MdePkg/MdePkg.dec",\r
36 "MdeModulePkg/MdeModulePkg.dec",\r
37 "UefiCpuPkg/UefiCpuPkg.dec"\r
38 ],\r
39 # For host based unit tests\r
e17f459a
RN
40 "AcceptableDependencies-HOST_APPLICATION":[\r
41 "UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec"\r
42 ],\r
30c00d7f
MK
43 # For UEFI shell based apps\r
44 "AcceptableDependencies-UEFI_APPLICATION":[],\r
45 "IgnoreInf": []\r
46 },\r
47 "DscCompleteCheck": {\r
48 "DscPath": "UefiCpuPkg.dsc",\r
49 "IgnoreInf": [\r
50 "UefiCpuPkg/ResetVector/FixupVtf/Vtf.inf",\r
51 "UefiCpuPkg/ResetVector/Vtf0/Vtf0.inf"\r
52 ]\r
53 },\r
e17f459a
RN
54 "HostUnitTestDscCompleteCheck": {\r
55 "IgnoreInf": [""],\r
56 "DscPath": "Test/UefiCpuPkgHostTest.dsc"\r
57 },\r
30c00d7f
MK
58 "GuidCheck": {\r
59 "IgnoreGuidName": ["SecCore", "ResetVector"], # Expected duplication for gEfiFirmwareVolumeTopFileGuid\r
60 "IgnoreGuidValue": [],\r
61 "IgnoreFoldersAndFiles": [],\r
62 "IgnoreDuplicates": []\r
63 },\r
64 "LibraryClassCheck": {\r
65 "IgnoreHeaderFile": []\r
66 },\r
67\r
68 ## options defined ci/Plugin/SpellCheck\r
69 "SpellCheck": {\r
70 "AuditOnly": True, # Fails test but run in AuditOnly mode to collect log\r
71 "IgnoreFiles": [], # use gitignore syntax to ignore errors in matching files\r
72 "ExtendWords": [], # words to extend to the dictionary for this package\r
73 "IgnoreStandardPaths": [], # Standard Plugin defined paths that should be ignore\r
74 "AdditionalIncludePaths": [] # Additional paths to spell check (wildcards supported)\r
75 }\r
76}\r