From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx0a-002e3701.pphosted.com (mx0a-002e3701.pphosted.com [148.163.147.86]) by mx.groups.io with SMTP id smtpd.web11.7561.1583301763218521785 for ; Tue, 03 Mar 2020 22:02:43 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: hpe.com, ip: 148.163.147.86, mailfrom: prvs=033202e72b=abner.chang@hpe.com) Received: from pps.filterd (m0150241.ppops.net [127.0.0.1]) by mx0a-002e3701.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 02462h0v020868; Wed, 4 Mar 2020 06:02:43 GMT Received: from g4t3427.houston.hpe.com (g4t3427.houston.hpe.com [15.241.140.73]) by mx0a-002e3701.pphosted.com with ESMTP id 2yj0at3fwd-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 04 Mar 2020 06:02:42 +0000 Received: from g9t2301.houston.hpecorp.net (g9t2301.houston.hpecorp.net [16.220.97.129]) by g4t3427.houston.hpe.com (Postfix) with ESMTP id E8C648D; Wed, 4 Mar 2020 06:02:41 +0000 (UTC) Received: from UB16Abner.asiapacific.hpqcorp.net (ub16abner.asiapacific.hpqcorp.net [15.119.209.229]) by g9t2301.houston.hpecorp.net (Postfix) with ESMTP id DCD8748; Wed, 4 Mar 2020 06:02:39 +0000 (UTC) From: "Abner Chang" To: devel@edk2.groups.io Cc: abner.chang@hpe.com, Bret Barkelew , Sean Brogan , Leif Lindholm , Gilbert Chen , Daniel Helmut Schaefer Subject: [edk2/master PATCH RISC-V CI v1 1/6] RiscVPlatformPkg: Add RiscVPlatformPkg yaml file for EDK2 CI. Date: Wed, 4 Mar 2020 13:26:02 +0800 Message-Id: <20200304052607.31801-2-abner.chang@hpe.com> X-Mailer: git-send-email 2.25.0 In-Reply-To: <20200304052607.31801-1-abner.chang@hpe.com> References: <20200304052607.31801-1-abner.chang@hpe.com> X-Proofpoint-UnRewURL: 0 URL was un-rewritten MIME-Version: 1.0 X-HPE-SCL: -1 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.138,18.0.572 definitions=2020-03-03_08:2020-03-03,2020-03-03 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 malwarescore=0 mlxscore=0 mlxlogscore=997 suspectscore=0 spamscore=0 bulkscore=0 lowpriorityscore=0 adultscore=0 clxscore=1015 impostorscore=0 priorityscore=1501 phishscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2001150001 definitions=main-2003040045 Content-Transfer-Encoding: quoted-printable BZ:2562: https://bugzilla.tianocore.org/show_bug.cgi?id=3D2562 Add yaml file for EDK2 CI testing on RiscVPlatformPkg. Signed-off-by: Abner Chang Cc: Bret Barkelew Cc: Sean Brogan Cc: Leif Lindholm Cc: Gilbert Chen Cc: Daniel Helmut Schaefer --- RiscVPlatformPkg/RiscVPlatformPkg.ci.yaml | 81 +++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 RiscVPlatformPkg/RiscVPlatformPkg.ci.yaml diff --git a/RiscVPlatformPkg/RiscVPlatformPkg.ci.yaml b/RiscVPlatformPkg/R= iscVPlatformPkg.ci.yaml new file mode 100644 index 0000000000..669874a028 --- /dev/null +++ b/RiscVPlatformPkg/RiscVPlatformPkg.ci.yaml @@ -0,0 +1,81 @@ +## @file=0D +# CI configuration for RiscVPlatformPkg=0D +#=0D +# Copyright (c) Microsoft Corporation=0D +# Copyright (c) 2020, Hewlett Packard Enterprise Development LP. All right= s reserved.
=0D +# SPDX-License-Identifier: BSD-2-Clause-Patent=0D +##=0D +{=0D + ## options defined ci/Plugin/CompilerPlugin=0D + "CompilerPlugin": {=0D + "DscPath": "RiscVPlatformPkg.dsc"=0D + },=0D + ## options defined ci/Plugin/HostUnitTestCompilerPlugin=0D + "HostUnitTestCompilerPlugin": {=0D + },=0D +=0D + ## options defined ci/Plugin/CharEncodingCheck=0D + "CharEncodingCheck": {=0D + "IgnoreFiles": []=0D + },=0D +=0D + ## options defined ci/Plugin/DependencyCheck=0D + "DependencyCheck": {=0D + "AcceptableDependencies": [=0D + "MdePkg/MdePkg.dec",=0D + "MdeModulePkg/MdeModulePkg.dec",=0D + "RiscVPkg/RiscVPkg.dec",=0D + "RiscVPlatformPkg/RiscVPlatformPkg.dec"=0D + ],=0D + # For host based unit tests=0D + "AcceptableDependencies-HOST_APPLICATION":[],=0D + # For UEFI shell based apps=0D + "AcceptableDependencies-UEFI_APPLICATION":[],=0D + "IgnoreInf": []=0D + },=0D +=0D + ## options defined ci/Plugin/DscCompleteCheck=0D + "DscCompleteCheck": {=0D + "IgnoreInf": [],=0D + "DscPath": "RiscVPlatformPkg.dsc"=0D + },=0D + ## options defined ci/Plugin/HostUnitTestDscCompleteCheck=0D + "HostUnitTestDscCompleteCheck": {=0D + },=0D +=0D + ## options defined ci/Plugin/GuidCheck=0D + "GuidCheck": {=0D + "IgnoreGuidName": [],=0D + "IgnoreGuidValue": ["00000000-0000-0000-0000-000000000000"],=0D + "IgnoreFoldersAndFiles": [],=0D + "IgnoreDuplicates": []=0D + },=0D +=0D + ## options defined ci/Plugin/LibraryClassCheck=0D + "LibraryClassCheck": {=0D + "IgnoreHeaderFile": []=0D + },=0D +=0D + ## options defined ci/Plugin/SpellCheck=0D + "SpellCheck": {=0D + "AuditOnly": True, # Fails test but run in AuditOnly mod= e to collect log=0D + "IgnoreStandardPaths": [ # Standard Plugin defined paths that = should be ignore=0D + "*.c", "*.h", "*.s", "*.asl", "*.inf"=0D + ],=0D + "IgnoreFiles": [],=0D + "ExtendWords": [ # words to extend to the dictionary for= this package=0D + "LIGHTGRAY",=0D + "DARKGRAY",=0D + "LIGHTBLUE",=0D + "LIGHTGREEN",=0D + "LIGHTCYAN",=0D + "LIGHTRED",=0D + "LIGHTMAGENTA",=0D + "FVMAIN",=0D + "VARCHECKPCD",=0D + "Getxx",=0D + "lzturbo"=0D + ],=0D + "AdditionalIncludePaths": [] # Additional paths to spell check rel= ative to package root (wildcards supported)=0D + }=0D +}=0D --=20 2.25.0