]> git.proxmox.com Git - mirror_edk2.git/blame - RedfishPkg/RedfishPkg.ci.yaml
RedfishPkg: Changes on RedfishPkg for CI test
[mirror_edk2.git] / RedfishPkg / RedfishPkg.ci.yaml
CommitLineData
c63e1305
AC
1## @file\r
2# CI configuration for NetworkPkg\r
3#\r
4# (C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR>\r
5# SPDX-License-Identifier: BSD-2-Clause-Patent\r
6##\r
7{\r
8 "LicenseCheck": {\r
9 "IgnoreFiles": []\r
10 },\r
11 "EccCheck": {\r
12 ## Exception sample looks like below:\r
13 ## "ExceptionList": [\r
14 ## "<ErrorID>", "<KeyWord>"\r
15 ## ]\r
16 "ExceptionList": [\r
17 ],\r
18 ## Both file path and directory path are accepted.\r
19 "IgnoreFiles": [\r
20 ]\r
21 },\r
22 "CompilerPlugin": {\r
23 "DscPath": "RedfishPkg.dsc"\r
24 },\r
25 "CharEncodingCheck": {\r
26 "IgnoreFiles": []\r
27 },\r
28 "DependencyCheck": {\r
29 "AcceptableDependencies": [\r
30 "MdePkg/MdePkg.dec",\r
31 "MdeModulePkg/MdeModulePkg.dec",\r
4f808c62
AC
32 "NetworkPkg/NetworkPkg.dec",\r
33 "RedfishPkg/RedfishPkg.dec"\r
c63e1305
AC
34 ],\r
35 # For host based unit tests\r
36 "AcceptableDependencies-HOST_APPLICATION":[],\r
37 # For UEFI shell based apps\r
38 "AcceptableDependencies-UEFI_APPLICATION":[\r
39 "ShellPkg/ShellPkg.dec"\r
40 ],\r
41 "IgnoreInf": []\r
42 },\r
43 "DscCompleteCheck": {\r
44 "DscPath": "RedfishPkg.dsc",\r
45 "IgnoreInf": []\r
46 },\r
47 "GuidCheck": {\r
48 "IgnoreGuidName": [],\r
49 "IgnoreGuidValue": [],\r
50 "IgnoreFoldersAndFiles": []\r
51 },\r
52 "LibraryClassCheck": {\r
53 "IgnoreHeaderFile": []\r
54 },\r
55\r
56 ## options defined ci/Plugin/SpellCheck\r
57 "SpellCheck": {\r
58 "AuditOnly": True, # Fails test but run in AuditOnly mode to collect log\r
59 "IgnoreFiles": [], # use gitignore syntax to ignore errors in matching files\r
60 "ExtendWords": [], # words to extend to the dictionary for this package\r
61 "IgnoreStandardPaths": [], # Standard Plugin defined paths that should be ignore\r
62 "AdditionalIncludePaths": [] # Additional paths to spell check (wildcards supported)\r
63 },\r
64\r
65 "Defines": {\r
66 "BLD_*_CONTINUOUS_INTEGRATION": "TRUE"\r
67 }\r
68}\r