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.web10.53955.1583749807109128941 for ; Mon, 09 Mar 2020 03:30:07 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: hpe.com, ip: 148.163.147.86, mailfrom: prvs=033792669b=abner.chang@hpe.com) Received: from pps.filterd (m0134421.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 029ALFKV004747; Mon, 9 Mar 2020 10:30:06 GMT Received: from g2t2353.austin.hpe.com (g2t2353.austin.hpe.com [15.233.44.26]) by mx0b-002e3701.pphosted.com with ESMTP id 2ynhdf9dd9-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 09 Mar 2020 10:30:06 +0000 Received: from g2t2360.austin.hpecorp.net (g2t2360.austin.hpecorp.net [16.196.225.135]) by g2t2353.austin.hpe.com (Postfix) with ESMTP id 366B76D; Mon, 9 Mar 2020 10:30:06 +0000 (UTC) Received: from UB16Abner.asiapacific.hpqcorp.net (ub16abner.asiapacific.hpqcorp.net [15.119.209.229]) by g2t2360.austin.hpecorp.net (Postfix) with ESMTP id 30E903A; Mon, 9 Mar 2020 10:30:03 +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 v2 2/5] RiscVPkg: Add RiscVPkg yaml file for EDK2 CI. Date: Mon, 9 Mar 2020 17:53:15 +0800 Message-Id: <20200309095318.7331-3-abner.chang@hpe.com> X-Mailer: git-send-email 2.25.0 In-Reply-To: <20200309095318.7331-1-abner.chang@hpe.com> References: <20200309095318.7331-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-09_02:2020-03-08,2020-03-09 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 mlxscore=0 phishscore=0 adultscore=0 spamscore=0 suspectscore=0 bulkscore=0 malwarescore=0 clxscore=1015 priorityscore=1501 impostorscore=0 mlxlogscore=840 lowpriorityscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2001150001 definitions=main-2003090074 Content-Transfer-Encoding: quoted-printable BZ:2562: https://bugzilla.tianocore.org/show_bug.cgi?id=3D2562 Add yaml file for EDK2 CI testing on RiscVPkg. Signed-off-by: Abner Chang Cc: Bret Barkelew Cc: Sean Brogan Cc: Leif Lindholm Cc: Gilbert Chen Cc: Daniel Helmut Schaefer Signed-off-by: Abner Chang --- RiscVPkg/RiscVPkg.ci.yaml | 68 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 RiscVPkg/RiscVPkg.ci.yaml diff --git a/RiscVPkg/RiscVPkg.ci.yaml b/RiscVPkg/RiscVPkg.ci.yaml new file mode 100644 index 0000000000..f0aadbb619 --- /dev/null +++ b/RiscVPkg/RiscVPkg.ci.yaml @@ -0,0 +1,68 @@ +## @file=0D +# CI configuration for RiscVPkg=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": "RiscVPkg.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 + "EmbeddedPkg/EmbeddedPkg.dec",=0D + "RiscVPkg/RiscVPkg.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": "RiscVPkg.dsc"=0D + },=0D + ## options defined ci/Plugin/HostUnitTestDscCompleteCheck=0D + "HostUnitTestDscCompleteCheck": {},=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": False,=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 f= or this package=0D + "AdditionalIncludePaths": [] # Additional paths to spell check rel= ative to package root (wildcards supported)=0D + }=0D +}=0D --=20 2.25.0