public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Zhang, Shenglei" <shenglei.zhang@intel.com>
To: "devel@edk2.groups.io" <devel@edk2.groups.io>,
	"sami.mujawar@arm.com" <sami.mujawar@arm.com>
Cc: "Alexei.Fedorov@arm.com" <Alexei.Fedorov@arm.com>,
	"sean.brogan@microsoft.com" <sean.brogan@microsoft.com>,
	"Gao, Liming" <liming.gao@intel.com>,
	"Kinney, Michael D" <michael.d.kinney@intel.com>,
	"Bret.Barkelew@microsoft.com" <Bret.Barkelew@microsoft.com>,
	"ard.biesheuvel@arm.com" <ard.biesheuvel@arm.com>,
	"Matteo.Carlini@arm.com" <Matteo.Carlini@arm.com>,
	"Laura.Moretta@arm.com" <Laura.Moretta@arm.com>,
	"nd@arm.com" <nd@arm.com>
Subject: Re: [edk2-devel] [PATCH v2 3/3] .pytool: CI Settings to support DynamicTablesPkg
Date: Wed, 1 Jul 2020 02:28:03 +0000	[thread overview]
Message-ID: <BL0PR11MB350651FE4FDB37972E4D662C8C6C0@BL0PR11MB3506.namprd11.prod.outlook.com> (raw)
In-Reply-To: <20200630193633.22804-4-sami.mujawar@arm.com>

Reviewed-by: Shenglei Zhang <shenglei.zhang@intel.com>

> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Sami
> Mujawar
> Sent: Wednesday, July 1, 2020 3:37 AM
> To: devel@edk2.groups.io
> Cc: Sami Mujawar <sami.mujawar@arm.com>; Alexei.Fedorov@arm.com;
> sean.brogan@microsoft.com; Gao, Liming <liming.gao@intel.com>; Kinney,
> Michael D <michael.d.kinney@intel.com>; Bret.Barkelew@microsoft.com;
> ard.biesheuvel@arm.com; Matteo.Carlini@arm.com;
> Laura.Moretta@arm.com; nd@arm.com
> Subject: [edk2-devel] [PATCH v2 3/3] .pytool: CI Settings to support
> DynamicTablesPkg
> 
> Update pytools configuration to enable DynamicTablesPkg
> and update package status in documentation.
> 
> Signed-off-by: Sami Mujawar <sami.mujawar@arm.com>
> ---
> 
> Notes:
>     v2:
>      - No change, resend patch with v2 series              [Sami]
> 
>     v1:
>      - Add CI settings to support DynamicTablesPkg         [Sami]
> 
>  .pytool/CISettings.py | 2 ++
>  .pytool/Readme.md     | 2 +-
>  2 files changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/.pytool/CISettings.py b/.pytool/CISettings.py
> index
> bac60ecbaaf51ef4cf2f3ec7616e8ba2caa645ea..0c2dd0181aa2d3b3650e255da9
> 24d028d872513d 100644
> --- a/.pytool/CISettings.py
> +++ b/.pytool/CISettings.py
> @@ -2,6 +2,7 @@
>  #
>  # Copyright (c) Microsoft Corporation.
>  # Copyright (c) 2020, Hewlett Packard Enterprise Development LP. All rights
> reserved.<BR>
> +# Copyright (c) 2020, ARM Limited. All rights reserved.<BR>
>  # SPDX-License-Identifier: BSD-2-Clause-Patent
>  ##
>  import os
> @@ -41,6 +42,7 @@ class Settings(CiBuildSettingsManager,
> UpdateSettingsManager, SetupSettingsManag
>          These should be edk2 workspace relative paths '''
> 
>          return ("ArmVirtPkg",
> +                "DynamicTablesPkg",
>                  "EmulatorPkg",
>                  "MdePkg",
>                  "MdeModulePkg",
> diff --git a/.pytool/Readme.md b/.pytool/Readme.md
> index
> c401dba18fbf39a1431c3dbbfa30353de3ecb4b4..2fc905b8674fc217044baa2ff7
> 21f3c6afa504c9 100644
> --- a/.pytool/Readme.md
> +++ b/.pytool/Readme.md
> @@ -8,7 +8,7 @@
>  | ArmPlatformPkg       |
>  | ArmVirtPkg           | SEE PACKAGE README | SEE PACKAGE README |
>  | CryptoPkg            | :heavy_check_mark: | :heavy_check_mark: | Spell
> checking in audit mode
> -| DynamicTablesPkg     |
> +| DynamicTablesPkg     |                    | :heavy_check_mark: |
>  | EmbeddedPkg          |
>  | EmulatorPkg          | SEE PACKAGE README | SEE PACKAGE README | Spell
> checking in audit mode
>  | FatPkg               | :heavy_check_mark: | :heavy_check_mark: |
> --
> 'Guid(CE165669-3EF3-493F-B85D-6190EE5B9759)'
> 
> 
> 


  reply	other threads:[~2020-07-01  2:28 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-30 19:36 [PATCH v2 0/3] Add EDKII CI support for DynamicTablesPkg Sami Mujawar
2020-06-30 19:36 ` [PATCH v2 1/3] DynamicTablesPkg: Fix issues reported by EDKII CI Sami Mujawar
2020-07-23 13:08   ` [edk2-devel] " Alexei Fedorov
2020-06-30 19:36 ` [PATCH v2 2/3] DynamicTablesPkg: Add EDK2 Core CI support Sami Mujawar
2020-07-23 13:08   ` [edk2-devel] " Alexei Fedorov
2020-06-30 19:36 ` [PATCH v2 3/3] .pytool: CI Settings to support DynamicTablesPkg Sami Mujawar
2020-07-01  2:28   ` Zhang, Shenglei [this message]
2020-07-23 13:21     ` [edk2-devel] " Alexei Fedorov
2020-06-30 19:36 ` [PATCH v2 4/4] .azurepipelines: Add DynamicTablesPkg to CI matrix Sami Mujawar
2020-07-01  2:28   ` [edk2-devel] " Zhang, Shenglei
2020-07-23 13:11     ` Alexei Fedorov
2020-07-23 13:04 ` [edk2-devel] [PATCH v2 0/3] Add EDKII CI support for DynamicTablesPkg Alexei Fedorov

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=BL0PR11MB350651FE4FDB37972E4D662C8C6C0@BL0PR11MB3506.namprd11.prod.outlook.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