From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mx.groups.io with SMTP id smtpd.web10.2099.1573092775208542349 for ; Wed, 06 Nov 2019 18:12:55 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.100, mailfrom: ray.ni@intel.com) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Nov 2019 18:12:54 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,276,1569308400"; d="scan'208";a="196405595" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga008.jf.intel.com with ESMTP; 06 Nov 2019 18:12:54 -0800 Received: from FMSMSX109.amr.corp.intel.com (10.18.116.9) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 6 Nov 2019 18:12:43 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx109.amr.corp.intel.com (10.18.116.9) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 6 Nov 2019 18:12:43 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.127]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.2]) with mapi id 14.03.0439.000; Thu, 7 Nov 2019 10:12:40 +0800 From: "Ni, Ray" To: "Kinney, Michael D" , "devel@edk2.groups.io" CC: "Dong, Eric" , Laszlo Ersek Subject: Re: [Patch v4 17/22] UefiCpuPkg: Add YAML file for CI builds Thread-Topic: [Patch v4 17/22] UefiCpuPkg: Add YAML file for CI builds Thread-Index: AQHVlQilbgxqaE/810KC0Z3nSqHLHqd+947Q Date: Thu, 7 Nov 2019 02:12:39 +0000 Message-ID: <734D49CCEBEEF84792F5B80ED585239D5C3529F2@SHSMSX104.ccr.corp.intel.com> References: <20191107011349.16524-1-michael.d.kinney@intel.com> <20191107011349.16524-18-michael.d.kinney@intel.com> In-Reply-To: <20191107011349.16524-18-michael.d.kinney@intel.com> Accept-Language: en-US, zh-CN X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiN2Q5NDcwZmItNGQ1NS00MTBkLThmMTktNGM0ODcwMzY0YzE1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoicko5Q0Zja1J1alEzeDNGRE5NWTMzRE1ybkJKcExJRERVK1ZIN1RsUTdhbmtyN2FKR3kyS1dUcnpmWDRiV2psNSJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: ray.ni@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Acked-by: Ray Ni > -----Original Message----- > From: Kinney, Michael D > Sent: Thursday, November 7, 2019 9:14 AM > To: devel@edk2.groups.io > Cc: Dong, Eric ; Ni, Ray ; Laszlo = Ersek > Subject: [Patch v4 17/22] UefiCpuPkg: Add YAML file for CI builds >=20 > Add YAML file to the package directory with the > configuration of the checks to perform during a > CI build. >=20 > Cc: Eric Dong > Cc: Ray Ni > Cc: Laszlo Ersek > Signed-off-by: Michael D Kinney > Acked-by: Laszlo Ersek > --- > UefiCpuPkg/UefiCpuPkg.ci.yaml | 51 +++++++++++++++++++++++++++++++++++ > 1 file changed, 51 insertions(+) > create mode 100644 UefiCpuPkg/UefiCpuPkg.ci.yaml >=20 > diff --git a/UefiCpuPkg/UefiCpuPkg.ci.yaml b/UefiCpuPkg/UefiCpuPkg.ci.yam= l > new file mode 100644 > index 0000000000..81da29b878 > --- /dev/null > +++ b/UefiCpuPkg/UefiCpuPkg.ci.yaml > @@ -0,0 +1,51 @@ > +## > +# CI configuration for UefiCpuPkg > +# > +# Copyright (c) Microsoft Corporation > +# SPDX-License-Identifier: BSD-2-Clause-Patent > +## > +{ > + "CompilerPlugin": { > + "DscPath": "UefiCpuPkg.dsc" > + }, > + "CharEncodingCheck": { > + "IgnoreFiles": [] > + }, > + "DependencyCheck": { > + "AcceptableDependencies": [ > + "MdePkg/MdePkg.dec", > + "MdeModulePkg/MdeModulePkg.dec", > + "UefiCpuPkg/UefiCpuPkg.dec" > + ], > + # For host based unit tests > + "AcceptableDependencies-HOST_APPLICATION":[], > + # For UEFI shell based apps > + "AcceptableDependencies-UEFI_APPLICATION":[], > + "IgnoreInf": [] > + }, > + "DscCompleteCheck": { > + "DscPath": "UefiCpuPkg.dsc", > + "IgnoreInf": [ > + "UefiCpuPkg/ResetVector/FixupVtf/Vtf.inf", > + "UefiCpuPkg/ResetVector/Vtf0/Vtf0.inf" > + ] > + }, > + "GuidCheck": { > + "IgnoreGuidName": ["SecCore", "ResetVector"], # Expected duplica= tion for gEfiFirmwareVolumeTopFileGuid > + "IgnoreGuidValue": [], > + "IgnoreFoldersAndFiles": [], > + "IgnoreDuplicates": [] > + }, > + "LibraryClassCheck": { > + "IgnoreHeaderFile": [] > + }, > + > + ## options defined ci/Plugin/SpellCheck > + "SpellCheck": { > + "AuditOnly": True, # Fails test but run in AuditOnly m= ode to collect log > + "IgnoreFiles": [], # use gitignore syntax to ignore er= rors in matching files > + "ExtendWords": [], # words to extend to the dictionary= for this package > + "IgnoreStandardPaths": [], # Standard Plugin defined paths tha= t should be ignore > + "AdditionalIncludePaths": [] # Additional paths to spell check (= wildcards supported) > + } > +} > -- > 2.21.0.windows.1