]> git.proxmox.com Git - mirror_edk2.git/blame - UefiCpuPkg/UefiCpuPkg.ci.yaml
.azurepipelines: Use Python 3.10.6+
[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 40 "AcceptableDependencies-HOST_APPLICATION":[\r
722e03bc 41 "UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec"\r
e17f459a 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
60d8bb9f
AA
51 "UefiCpuPkg/ResetVector/Vtf0/Vtf0.inf",\r
52 "UefiCpuPkg/ResetVector/Vtf0/Bin/ResetVector1G.inf"\r
30c00d7f
MK
53 ]\r
54 },\r
e17f459a
RN
55 "HostUnitTestDscCompleteCheck": {\r
56 "IgnoreInf": [""],\r
57 "DscPath": "Test/UefiCpuPkgHostTest.dsc"\r
58 },\r
30c00d7f
MK
59 "GuidCheck": {\r
60 "IgnoreGuidName": ["SecCore", "ResetVector"], # Expected duplication for gEfiFirmwareVolumeTopFileGuid\r
61 "IgnoreGuidValue": [],\r
62 "IgnoreFoldersAndFiles": [],\r
63 "IgnoreDuplicates": []\r
64 },\r
65 "LibraryClassCheck": {\r
66 "IgnoreHeaderFile": []\r
67 },\r
68\r
69 ## options defined ci/Plugin/SpellCheck\r
70 "SpellCheck": {\r
71 "AuditOnly": True, # Fails test but run in AuditOnly mode to collect log\r
72 "IgnoreFiles": [], # use gitignore syntax to ignore errors in matching files\r
73 "ExtendWords": [], # words to extend to the dictionary for this package\r
74 "IgnoreStandardPaths": [], # Standard Plugin defined paths that should be ignore\r
75 "AdditionalIncludePaths": [] # Additional paths to spell check (wildcards supported)\r
76 }\r
77}\r