public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v1 0/2] Enable Host Unit Tests for Linux in Core CI
@ 2020-04-15 20:30 Michael Kubacki
  2020-04-30  7:12 ` [edk2-devel] " Zhang, Shenglei
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Kubacki @ 2020-04-15 20:30 UTC (permalink / raw)
  To: devel; +Cc: Bob Feng, Liming Gao, Bret Barkelew, Michael D Kinney,
	Sean Brogan

From: Michael Kubacki <michael.kubacki@microsoft.com>

REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2513

The following 2 patches remove the Core CI limitation of running and
reporting results of host based unit tests only for Core CI on Windows.

Branch can be reviewed here:
https://github.com/spbrogan/edk2/commits/TCBZ_2513_Improve_runner_for_linux

Please send feedback to the mailing list.

On a separate note, shallow threading might not work on this patch series
due to changes made by the SMTP server. Please bear with me while I am
investigating if this can be changed.

Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Sean Brogan <sean.brogan@microsoft.com>
Signed-off-by: Sean Brogan <sean.brogan@microsoft.com>
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>

Sean Brogan (2):
  .pytool/CISettings: Remove Windows only scope for host based unit
    tests
  BaseTools/Plugin: Update HostBasedUnitTestRunner to support Linux

 .pytool/CISettings.py                                                         |  3 -
 BaseTools/Plugin/HostBasedUnitTestRunner/HostBasedUnitTestRunner.py           | 58 ++++++++++----------
 BaseTools/Plugin/HostBasedUnitTestRunner/HostBasedUnitTestRunner_plug_in.yaml |  4 +-
 3 files changed, 31 insertions(+), 34 deletions(-)

-- 
2.16.3.windows.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [edk2-devel] [PATCH v1 0/2] Enable Host Unit Tests for Linux in Core CI
  2020-04-15 20:30 [PATCH v1 0/2] Enable Host Unit Tests for Linux in Core CI Michael Kubacki
@ 2020-04-30  7:12 ` Zhang, Shenglei
  2020-04-30  7:17   ` Liming Gao
  0 siblings, 1 reply; 3+ messages in thread
From: Zhang, Shenglei @ 2020-04-30  7:12 UTC (permalink / raw)
  To: devel@edk2.groups.io, michael.kubacki@outlook.com
  Cc: Feng, Bob C, Gao, Liming, Bret Barkelew, Kinney, Michael D,
	Sean Brogan

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

> -----Original Message-----
> From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of
> Michael Kubacki
> Sent: Thursday, April 16, 2020 4:31 AM
> To: devel@edk2.groups.io
> Cc: Feng, Bob C <bob.c.feng@intel.com>; Gao, Liming <liming.gao@intel.com>;
> Bret Barkelew <Bret.Barkelew@microsoft.com>; Kinney, Michael D
> <michael.d.kinney@intel.com>; Sean Brogan <sean.brogan@microsoft.com>
> Subject: [edk2-devel] [PATCH v1 0/2] Enable Host Unit Tests for Linux in Core CI
> 
> From: Michael Kubacki <michael.kubacki@microsoft.com>
> 
> REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2513
> 
> The following 2 patches remove the Core CI limitation of running and
> reporting results of host based unit tests only for Core CI on Windows.
> 
> Branch can be reviewed here:
> https://github.com/spbrogan/edk2/commits/TCBZ_2513_Improve_runner_for
> _linux
> 
> Please send feedback to the mailing list.
> 
> On a separate note, shallow threading might not work on this patch series
> due to changes made by the SMTP server. Please bear with me while I am
> investigating if this can be changed.
> 
> Cc: Bob Feng <bob.c.feng@intel.com>
> Cc: Liming Gao <liming.gao@intel.com>
> Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> Cc: Sean Brogan <sean.brogan@microsoft.com>
> Signed-off-by: Sean Brogan <sean.brogan@microsoft.com>
> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
> 
> Sean Brogan (2):
>   .pytool/CISettings: Remove Windows only scope for host based unit
>     tests
>   BaseTools/Plugin: Update HostBasedUnitTestRunner to support Linux
> 
>  .pytool/CISettings.py
> |  3 -
>  BaseTools/Plugin/HostBasedUnitTestRunner/HostBasedUnitTestRunner.py
> | 58 ++++++++++----------
> 
> BaseTools/Plugin/HostBasedUnitTestRunner/HostBasedUnitTestRunner_plug_i
> n.yaml |  4 +-
>  3 files changed, 31 insertions(+), 34 deletions(-)
> 
> --
> 2.16.3.windows.1
> 
> 
> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [edk2-devel] [PATCH v1 0/2] Enable Host Unit Tests for Linux in Core CI
  2020-04-30  7:12 ` [edk2-devel] " Zhang, Shenglei
@ 2020-04-30  7:17   ` Liming Gao
  0 siblings, 0 replies; 3+ messages in thread
From: Liming Gao @ 2020-04-30  7:17 UTC (permalink / raw)
  To: Zhang, Shenglei, devel@edk2.groups.io,
	michael.kubacki@outlook.com
  Cc: Feng, Bob C, Bret Barkelew, Kinney, Michael D, Sean Brogan

Reviewed-by: Liming Gao <liming.gao@intel.com>

> -----Original Message-----
> From: Zhang, Shenglei <shenglei.zhang@intel.com>
> Sent: Thursday, April 30, 2020 3:12 PM
> To: devel@edk2.groups.io; michael.kubacki@outlook.com
> Cc: Feng, Bob C <bob.c.feng@intel.com>; Gao, Liming <liming.gao@intel.com>; Bret Barkelew <Bret.Barkelew@microsoft.com>; Kinney,
> Michael D <michael.d.kinney@intel.com>; Sean Brogan <sean.brogan@microsoft.com>
> Subject: RE: [edk2-devel] [PATCH v1 0/2] Enable Host Unit Tests for Linux in Core CI
> 
> Reviewed-by: Shenglei Zhang <shenglei.zhang@intel.com>
> 
> > -----Original Message-----
> > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of
> > Michael Kubacki
> > Sent: Thursday, April 16, 2020 4:31 AM
> > To: devel@edk2.groups.io
> > Cc: Feng, Bob C <bob.c.feng@intel.com>; Gao, Liming <liming.gao@intel.com>;
> > Bret Barkelew <Bret.Barkelew@microsoft.com>; Kinney, Michael D
> > <michael.d.kinney@intel.com>; Sean Brogan <sean.brogan@microsoft.com>
> > Subject: [edk2-devel] [PATCH v1 0/2] Enable Host Unit Tests for Linux in Core CI
> >
> > From: Michael Kubacki <michael.kubacki@microsoft.com>
> >
> > REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2513
> >
> > The following 2 patches remove the Core CI limitation of running and
> > reporting results of host based unit tests only for Core CI on Windows.
> >
> > Branch can be reviewed here:
> > https://github.com/spbrogan/edk2/commits/TCBZ_2513_Improve_runner_for
> > _linux
> >
> > Please send feedback to the mailing list.
> >
> > On a separate note, shallow threading might not work on this patch series
> > due to changes made by the SMTP server. Please bear with me while I am
> > investigating if this can be changed.
> >
> > Cc: Bob Feng <bob.c.feng@intel.com>
> > Cc: Liming Gao <liming.gao@intel.com>
> > Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
> > Cc: Michael D Kinney <michael.d.kinney@intel.com>
> > Cc: Sean Brogan <sean.brogan@microsoft.com>
> > Signed-off-by: Sean Brogan <sean.brogan@microsoft.com>
> > Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
> >
> > Sean Brogan (2):
> >   .pytool/CISettings: Remove Windows only scope for host based unit
> >     tests
> >   BaseTools/Plugin: Update HostBasedUnitTestRunner to support Linux
> >
> >  .pytool/CISettings.py
> > |  3 -
> >  BaseTools/Plugin/HostBasedUnitTestRunner/HostBasedUnitTestRunner.py
> > | 58 ++++++++++----------
> >
> > BaseTools/Plugin/HostBasedUnitTestRunner/HostBasedUnitTestRunner_plug_i
> > n.yaml |  4 +-
> >  3 files changed, 31 insertions(+), 34 deletions(-)
> >
> > --
> > 2.16.3.windows.1
> >
> >
> > 
> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-04-30  7:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-15 20:30 [PATCH v1 0/2] Enable Host Unit Tests for Linux in Core CI Michael Kubacki
2020-04-30  7:12 ` [edk2-devel] " Zhang, Shenglei
2020-04-30  7:17   ` Liming Gao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox