public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Michael D Kinney" <michael.d.kinney@intel.com>
To: "devel@edk2.groups.io" <devel@edk2.groups.io>,
	"abner.chang@hpe.com" <abner.chang@hpe.com>,
	"Kinney, Michael D" <michael.d.kinney@intel.com>
Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>,
	Sean Brogan <sean.brogan@microsoft.com>,
	Leif Lindholm <leif@nuviainc.com>,
	Gilbert Chen <gilbert.chen@hpe.com>,
	Daniel Helmut Schaefer <daniel.schaefer@hpe.com>
Subject: Re: [edk2-devel] [edk2/master PATCH RISC-V CI v2 1/5] RiscVPlatformPkg: Add RiscVPlatformPkg yaml file for EDK2 CI.
Date: Fri, 20 Mar 2020 00:51:43 +0000	[thread overview]
Message-ID: <E92EE9817A31E24EB0585FDF735412F5B9EEC58E@ORSMSX113.amr.corp.intel.com> (raw)
In-Reply-To: <20200309095318.7331-2-abner.chang@hpe.com>

Abner,

Let's not add the YAML file for a new package until
the content for the new package is added or add the 
YMAL file with the patch series that adds the new package.

Thanks,

Mike
> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On
> Behalf Of Abner Chang
> Sent: Monday, March 9, 2020 2:53 AM
> To: devel@edk2.groups.io
> Cc: abner.chang@hpe.com; Bret Barkelew
> <Bret.Barkelew@microsoft.com>; Sean Brogan
> <sean.brogan@microsoft.com>; Leif Lindholm
> <leif@nuviainc.com>; Gilbert Chen
> <gilbert.chen@hpe.com>; Daniel Helmut Schaefer
> <daniel.schaefer@hpe.com>
> Subject: [edk2-devel] [edk2/master PATCH RISC-V CI v2
> 1/5] RiscVPlatformPkg: Add RiscVPlatformPkg yaml file
> for EDK2 CI.
> 
> BZ:2562:
> https://bugzilla.tianocore.org/show_bug.cgi?id=2562
> 
> Add yaml file for EDK2 CI testing on RiscVPlatformPkg.
> 
> Signed-off-by: Abner Chang <abner.chang@hpe.com>
> 
> Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
> Cc: Sean Brogan <sean.brogan@microsoft.com>
> Cc: Leif Lindholm <leif@nuviainc.com>
> Cc: Gilbert Chen <gilbert.chen@hpe.com>
> Cc: Daniel Helmut Schaefer <daniel.schaefer@hpe.com>
> Signed-off-by: Abner Chang <abner.chang@hpe.com>
> ---
>  RiscVPlatformPkg/RiscVPlatformPkg.ci.yaml | 69
> +++++++++++++++++++++++
>  1 file changed, 69 insertions(+)
>  create mode 100644
> RiscVPlatformPkg/RiscVPlatformPkg.ci.yaml
> 
> diff --git a/RiscVPlatformPkg/RiscVPlatformPkg.ci.yaml
> b/RiscVPlatformPkg/RiscVPlatformPkg.ci.yaml
> new file mode 100644
> index 0000000000..76bd9a1558
> --- /dev/null
> +++ b/RiscVPlatformPkg/RiscVPlatformPkg.ci.yaml
> @@ -0,0 +1,69 @@
> +## @file
> 
> +# CI configuration for RiscVPlatformPkg
> 
> +#
> 
> +# Copyright (c) Microsoft Corporation
> 
> +# Copyright (c) 2020, Hewlett Packard Enterprise
> Development LP. All rights reserved.<BR>
> 
> +# SPDX-License-Identifier: BSD-2-Clause-Patent
> 
> +##
> 
> +{
> 
> +    ## options defined ci/Plugin/CompilerPlugin
> 
> +    "CompilerPlugin": {
> 
> +        "DscPath": "RiscVPlatformPkg.dsc"
> 
> +    },
> 
> +    ## options defined
> ci/Plugin/HostUnitTestCompilerPlugin
> 
> +    "HostUnitTestCompilerPlugin": {
> 
> +    },
> 
> +
> 
> +    ## options defined ci/Plugin/CharEncodingCheck
> 
> +    "CharEncodingCheck": {
> 
> +        "IgnoreFiles": []
> 
> +    },
> 
> +
> 
> +    ## options defined ci/Plugin/DependencyCheck
> 
> +    "DependencyCheck": {
> 
> +        "AcceptableDependencies": [
> 
> +            "MdePkg/MdePkg.dec",
> 
> +            "MdeModulePkg/MdeModulePkg.dec",
> 
> +            "RiscVPkg/RiscVPkg.dec",
> 
> +            "RiscVPlatformPkg/RiscVPlatformPkg.dec"
> 
> +        ],
> 
> +        # For host based unit tests
> 
> +        "AcceptableDependencies-HOST_APPLICATION":[],
> 
> +        # For UEFI shell based apps
> 
> +        "AcceptableDependencies-UEFI_APPLICATION":[],
> 
> +        "IgnoreInf": []
> 
> +    },
> 
> +
> 
> +    ## options defined ci/Plugin/DscCompleteCheck
> 
> +    "DscCompleteCheck": {
> 
> +        "IgnoreInf": [],
> 
> +        "DscPath": "RiscVPlatformPkg.dsc"
> 
> +    },
> 
> +    ## options defined
> ci/Plugin/HostUnitTestDscCompleteCheck
> 
> +    "HostUnitTestDscCompleteCheck": {
> 
> +    },
> 
> +
> 
> +    ## options defined ci/Plugin/GuidCheck
> 
> +    "GuidCheck": {
> 
> +        "IgnoreGuidName": [],
> 
> +        "IgnoreGuidValue": ["00000000-0000-0000-0000-
> 000000000000"],
> 
> +        "IgnoreFoldersAndFiles": [],
> 
> +        "IgnoreDuplicates": []
> 
> +    },
> 
> +
> 
> +    ## options defined ci/Plugin/LibraryClassCheck
> 
> +    "LibraryClassCheck": {
> 
> +        "IgnoreHeaderFile": []
> 
> +    },
> 
> +
> 
> +    ## options defined ci/Plugin/SpellCheck
> 
> +    "SpellCheck": {
> 
> +        "AuditOnly": False,
> 
> +        "IgnoreStandardPaths": [     # Standard Plugin
> defined paths that should be ignore
> 
> +            "*.c", "*.h", "*.s", "*.asl", "*.inf"
> 
> +        ],
> 
> +        "IgnoreFiles": [],
> 
> +        "ExtendWords": [],           # words to extend
> to the dictionary for this package
> 
> +        "AdditionalIncludePaths": [] # Additional
> paths to spell check relative to package root
> (wildcards supported)
> 
> +    }
> 
> +}
> 
> --
> 2.25.0
> 
> 
> -=-=-=-=-=-=
> Groups.io Links: You receive all messages sent to this
> group.
> 
> View/Reply Online (#55680):
> https://edk2.groups.io/g/devel/message/55680
> Mute This Topic: https://groups.io/mt/71831893/1643496
> Group Owner: devel+owner@edk2.groups.io
> Unsubscribe: https://edk2.groups.io/g/devel/unsub
> [michael.d.kinney@intel.com]
> -=-=-=-=-=-=


  reply	other threads:[~2020-03-20  0:51 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-09  9:53 [edk2/master PATCH RISC-V CI v2 0/5] RISC-V EDK2 CI configuration files Abner Chang
2020-03-09  9:53 ` [edk2/master PATCH RISC-V CI v2 1/5] RiscVPlatformPkg: Add RiscVPlatformPkg yaml file for EDK2 CI Abner Chang
2020-03-20  0:51   ` Michael D Kinney [this message]
2020-03-09  9:53 ` [edk2/master PATCH RISC-V CI v2 2/5] RiscVPkg: Add RiscVPkg " Abner Chang
2020-03-20  0:51   ` [edk2-devel] " Michael D Kinney
2020-03-22  3:12     ` Abner Chang
2020-03-09  9:53 ` [edk2/master PATCH RISC-V CI v2 3/5] BaseTools: Enable RISC-V architecture for RISC-V " Abner Chang
2020-03-21  0:32   ` [edk2-devel] " Rebecca Cran
2020-03-09  9:53 ` [edk2/master PATCH RISC-V CI v2 4/5] .azurepipelines: Add RISC-V architecture on " Abner Chang
2020-03-09  9:53 ` [edk2/master PATCH RISC-V CI v2 5/5] .pytool: " Abner Chang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E92EE9817A31E24EB0585FDF735412F5B9EEC58E@ORSMSX113.amr.corp.intel.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox