Re: [edk2-devel] [PATCH] UefiCpuPkg/Test: Disable random test cases

2023-03-31 Thread Michael Kubacki
Message- From: devel@edk2.groups.io On Behalf Of Michael Kubacki Sent: Friday, March 31, 2023 4:00 PM To: devel@edk2.groups.io; rebe...@bsdio.com; Ni, Ray Subject: Re: [edk2-devel] [PATCH] UefiCpuPkg/Test: Disable random test cases I'm not sure about the availability of more resource

Re: [edk2-devel] [PATCH] UefiCpuPkg/Test: Disable random test cases

2023-03-31 Thread Michael D Kinney
ups.io; rebe...@bsdio.com; Ni, Ray > Subject: Re: [edk2-devel] [PATCH] UefiCpuPkg/Test: Disable random test cases > > I'm not sure about the availability of more resources but something like > merge queue might be able to help. > > https://docs.github.com/en/repositories/conf

Re: [edk2-devel] [PATCH] UefiCpuPkg/Test: Disable random test cases

2023-03-31 Thread Michael Kubacki
I'm not sure about the availability of more resources but something like merge queue might be able to help. https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue This presentation has an overview - http

Re: [edk2-devel] [PATCH] UefiCpuPkg/Test: Disable random test cases

2023-03-31 Thread Rebecca Cran
I've been wondering, is it possible to increase the parallelism or add more resources to the CI runner pool? -- Rebecca Cran On 3/31/23 12:22 PM, Ni, Ray wrote: The random test cases just run for too long that may cause timeout in CI test. Disable them for now. Signed-off-by: Ray Ni ---

Re: [edk2-devel] [PATCH] UefiCpuPkg/Test: Disable random test cases

2023-03-31 Thread Sean
Thanks Ray.  Lets discuss this style of testing next week at the tools and CI meeting. Reviewed-by: Sean Brogan On 3/31/2023 11:22 AM, Ni, Ray wrote: The random test cases just run for too long that may cause timeout in CI test. Disable them for now. Signed-off-by: Ray Ni --- .../UnitTe

Re: [edk2-devel] [PATCH] UefiCpuPkg/Test: Disable random test cases

2023-03-31 Thread Michael Kubacki
Reviewed-by: Michael Kubacki On 3/31/2023 2:22 PM, Ni, Ray wrote: The random test cases just run for too long that may cause timeout in CI test. Disable them for now. Signed-off-by: Ray Ni --- .../UnitTest/CpuPageTableLibUnitTestHost.c | 10 +- 1 file changed, 5 inserti

Re: [edk2-devel] [PATCH] UefiCpuPkg/Test: Disable random test cases

2023-03-31 Thread Ni, Ray
> -Original Message- > From: devel@edk2.groups.io On Behalf Of Ni, Ray > Sent: Saturday, April 1, 2023 2:22 AM > To: devel@edk2.groups.io > Subject: [edk2-devel] [PATCH] UefiCpuPkg/Test: Disable random test cases > > The random test cases just run for too long t

[edk2-devel] [PATCH] UefiCpuPkg/Test: Disable random test cases

2023-03-31 Thread Ni, Ray
The random test cases just run for too long that may cause timeout in CI test. Disable them for now. Signed-off-by: Ray Ni --- .../UnitTest/CpuPageTableLibUnitTestHost.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/UefiCpuPkg/Library/CpuPageTableLib