public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Liming Gao" <liming.gao@intel.com>
To: "devel@edk2.groups.io" <devel@edk2.groups.io>,
	"leif@nuviainc.com" <leif@nuviainc.com>
Cc: Sami Mujawar <Sami.Mujawar@arm.com>,
	"Bret.Barkelew@microsoft.com" <Bret.Barkelew@microsoft.com>,
	"sean.brogan@microsoft.com" <sean.brogan@microsoft.com>,
	"Kinney, Michael D" <michael.d.kinney@intel.com>,
	"afish@apple.com" <afish@apple.com>,
	"Laszlo Ersek" <lersek@redhat.com>,
	Alexei Fedorov <Alexei.Fedorov@arm.com>,
	"Ard Biesheuvel" <Ard.Biesheuvel@arm.com>,
	Matteo Carlini <Matteo.Carlini@arm.com>,
	Ben Adderson <Ben.Adderson@arm.com>, nd <nd@arm.com>
Subject: Re: [edk2-devel] [PATCH v4 0/2] Enable EDKII CI support for DynamicTablesPkg
Date: Wed, 19 Aug 2020 09:20:31 +0000	[thread overview]
Message-ID: <CY4PR11MB1526EB9B3DEEAFC486D5FA7F805D0@CY4PR11MB1526.namprd11.prod.outlook.com> (raw)
In-Reply-To: <20200818113417.GA23500@vanye>

Merged a048af3c9073e4b8108e6cf920bbb35574059639..5a6d764e1d073d28e8f398289ccb5592bf9a72ba

Thanks
Liming
-----Original Message-----
From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Leif Lindholm
Sent: 2020年8月18日 19:34
To: Gao, Liming <liming.gao@intel.com>
Cc: Sami Mujawar <Sami.Mujawar@arm.com>; devel@edk2.groups.io; Bret.Barkelew@microsoft.com; sean.brogan@microsoft.com; Kinney, Michael D <michael.d.kinney@intel.com>; afish@apple.com; Laszlo Ersek <lersek@redhat.com>; Alexei Fedorov <Alexei.Fedorov@arm.com>; Ard Biesheuvel <Ard.Biesheuvel@arm.com>; Matteo Carlini <Matteo.Carlini@arm.com>; Ben Adderson <Ben.Adderson@arm.com>; nd <nd@arm.com>
Subject: Re: [edk2-devel] [PATCH v4 0/2] Enable EDKII CI support for DynamicTablesPkg

No objections from me.

On Mon, Aug 17, 2020 at 06:37:02 +0000, Gao, Liming wrote:
> Sami:
>   I think this change is OK. And, Shenglei and Alexei gave reviewed-by before soft feature freeze. 
> 
> Mike, Leif, Andrew and Laszlo:
>   Have you any comments to merge this patch to edk2-stable202008 stable tag. 
> 
> Thanks
> Liming
> -----Original Message-----
> From: Sami Mujawar <Sami.Mujawar@arm.com>
> Sent: 2020年8月14日 21:24
> To: Gao, Liming <liming.gao@intel.com>; devel@edk2.groups.io; 
> Bret.Barkelew@microsoft.com; sean.brogan@microsoft.com; Kinney, 
> Michael D <michael.d.kinney@intel.com>
> Cc: Alexei Fedorov <Alexei.Fedorov@arm.com>; Sami Mujawar 
> <Sami.Mujawar@arm.com>; Ard Biesheuvel <Ard.Biesheuvel@arm.com>; 
> Matteo Carlini <Matteo.Carlini@arm.com>; Ben Adderson 
> <Ben.Adderson@arm.com>; nd <nd@arm.com>
> Subject: RE: [PATCH v4 0/2] Enable EDKII CI support for 
> DynamicTablesPkg
> 
> Hi All,
> 
> Is there anything else needed before this patch series can be merged?
> If possible, we would like this feature enabled in the edk2-stable202008.
> 
> Regards,
> 
> Sami Mujawar
> 
> -----Original Message-----
> From: Sami Mujawar <sami.mujawar@arm.com>
> Sent: 07 August 2020 06:30 PM
> To: devel@edk2.groups.io
> Cc: Sami Mujawar <Sami.Mujawar@arm.com>; Alexei Fedorov 
> <Alexei.Fedorov@arm.com>; sean.brogan@microsoft.com; 
> liming.gao@intel.com; michael.d.kinney@intel.com; 
> Bret.Barkelew@microsoft.com; Ard Biesheuvel <Ard.Biesheuvel@arm.com>; 
> Matteo Carlini <Matteo.Carlini@arm.com>; Laura Moretta 
> <Laura.Moretta@arm.com>; nd <nd@arm.com>
> Subject: [PATCH v4 0/2] Enable EDKII CI support for DynamicTablesPkg
> 
> The TianoCore EDKII project has introduced a Core CI infrastructure using TianoCore EDKII Tools PIP modules.
> 
> The v2 patch series at https://edk2.groups.io/g/devel/message/63259
> adds support for building DynamicTablesPkg using the EKDII Core CI.
> 
> Splitting the v2 patch series into 2 separate series. This v4 series contains the patches for enabling Core CI for DynamicTablesPkg in .pytools and .azurepipelines i.e. the last two patches from the v2 series.
> 
> The v3 series containing the patches for DynamicTablesPkg has already been merged in edk2 master at:
> - 
> https://github.com/tianocore/edk2/commit/2d0c42fdf2cf1855b0a042ef82d84
> 8c7716adefe
> - 
> https://github.com/tianocore/edk2/commit/e3f8605a23ebe9c54ae2b17819d00
> e185069667d Ref (v3 series): 
> https://edk2.groups.io/g/devel/topic/patch_v3_0_2_add_edkii_ci/7605235
> 1
> 
> There is no code change other than splitting the v2 series.
> 
> The changes for this v4 series can be seen at:
> https://github.com/samimujawar/edk2/tree/839_dynamictablespkg_ci_v4
> 
> Sami Mujawar (2):
>   .pytool: CI Settings to support DynamicTablesPkg
>   .azurepipelines: Add DynamicTablesPkg to CI matrix
> 
>  .azurepipelines/templates/pr-gate-build-job.yml | 3 ++-
>  .pytool/CISettings.py                           | 2 ++
>  .pytool/Readme.md                               | 2 +-
>  3 files changed, 5 insertions(+), 2 deletions(-)	
> 
> --
> 'Guid(CE165669-3EF3-493F-B85D-6190EE5B9759)'
> 




      reply	other threads:[~2020-08-19  9:20 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-07 17:29 [PATCH v4 0/2] Enable EDKII CI support for DynamicTablesPkg Sami Mujawar
2020-08-07 17:29 ` [PATCH v4 1/2] .pytool: CI Settings to support DynamicTablesPkg Sami Mujawar
2020-08-07 17:29 ` [PATCH v4 2/2] .azurepipelines: Add DynamicTablesPkg to CI matrix Sami Mujawar
2020-08-14 13:24 ` [PATCH v4 0/2] Enable EDKII CI support for DynamicTablesPkg Sami Mujawar
2020-08-17  6:37   ` Liming Gao
2020-08-17 16:30     ` Laszlo Ersek
2020-08-18 11:34     ` Leif Lindholm
2020-08-19  9:20       ` Liming Gao [this message]

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=CY4PR11MB1526EB9B3DEEAFC486D5FA7F805D0@CY4PR11MB1526.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