From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.120]) by mx.groups.io with SMTP id smtpd.web09.3467.1572512162975403925 for ; Thu, 31 Oct 2019 01:56:03 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=iHGy/O/V; spf=pass (domain: redhat.com, ip: 207.211.31.120, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1572512162; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=S1ndMp72uyCkSyQM7qf4dVRfinXu4HUQWB9rhKXCW8g=; b=iHGy/O/V4DOTPRMNGXxlr2C4URzSCtbdbk1ds8cGA+5jyl2zwVVDRjqsoCWUPIX+kukSjn A/G7jwC5ziJLcbm3BF1wyaI+XkU+jnB+Dvm1xt0d4cmkMzibCxSSFcShpV0fRepb0bU7pK JopoV1Smxlihvbi2i3PDc1uuMRKaWUE= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-199-9pRoXv-IMQu60wSqi-Df5Q-1; Thu, 31 Oct 2019 04:55:58 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 4ED2B1800D55; Thu, 31 Oct 2019 08:55:57 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-117-6.ams2.redhat.com [10.36.117.6]) by smtp.corp.redhat.com (Postfix) with ESMTP id 23CF65D6D6; Thu, 31 Oct 2019 08:55:55 +0000 (UTC) Subject: Re: [Patch v3 17/22] UefiCpuPkg: Add YAML file for CI builds To: Michael D Kinney , devel@edk2.groups.io Cc: Eric Dong , Ray Ni References: <20191029195517.20028-1-michael.d.kinney@intel.com> <20191029195517.20028-18-michael.d.kinney@intel.com> From: "Laszlo Ersek" Message-ID: <548e11e0-ab76-5c5b-54af-58be0c571cd1@redhat.com> Date: Thu, 31 Oct 2019 09:55:55 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20191029195517.20028-18-michael.d.kinney@intel.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-MC-Unique: 9pRoXv-IMQu60wSqi-Df5Q-1 X-Mimecast-Spam-Score: 0 Content-Language: en-US Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 10/29/19 20:55, Michael D Kinney wrote: > https://bugzilla.tianocore.org/show_bug.cgi?id=3D2315 >=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 > --- > 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) > + } > +} >=20 Acked-by: Laszlo Ersek