From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web10.3495.1680288616937276598 for ; Fri, 31 Mar 2023 11:50:17 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linux.microsoft.com header.s=default header.b=F1BiR3FY; spf=pass (domain: linux.microsoft.com, ip: 13.77.154.182, mailfrom: mikuback@linux.microsoft.com) Received: from [192.168.4.22] (unknown [47.201.8.94]) by linux.microsoft.com (Postfix) with ESMTPSA id 920D420FFCAE; Fri, 31 Mar 2023 11:50:15 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 920D420FFCAE DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1680288616; bh=OmPI54IStfQBSKLD7dco6dLj2yWpM2fev/FtuaBxHUE=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=F1BiR3FYlx7LCrvdUlcNsrMc2TOv6LnlQbxYUvC1llK1f5mbWOMdSA29Q2QXPWcAX eiiBFjvk5fjeGIiRptFC8XvwzM7QFhuIcljk1CYnZOOTgR4zldKbTe9Rn/vk1HzZGo nIpRvd3p2mQbo/BUMX+K2MHuDcRWtwqVFT4UTRSw= Message-ID: <44ea7fba-d3de-bf1e-3b35-6978b0acd736@linux.microsoft.com> Date: Fri, 31 Mar 2023 14:50:14 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.9.0 Subject: Re: [edk2-devel] [PATCH v1 1/1] OvmfPkg/CI: Revert SMP mode To: devel@edk2.groups.io, ray.ni@intel.com, "Kinney, Michael D" Cc: Ard Biesheuvel , "Yao, Jiewen" , "Justen, Jordan L" , Gerd Hoffmann References: <20230331161043.191-1-mikuback@linux.microsoft.com> From: "Michael Kubacki" In-Reply-To: Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit There were a couple issues that lengthened the execution time of build agents and a number of changes were queued around the same time a few hours ago leading to longer queue times. I know you're trying to reduce the UefiCpuPkg unit test time in your patch, that's currently causing UefiCpuPkg host test jobs to take over an hour. Please share if you see anything else. Thanks, Michael On 3/31/2023 12:59 PM, Ni, Ray wrote: > > Anyone knows why the job status is "queued" for all the CI jobs? > >> -----Original Message----- >> From: devel@edk2.groups.io On Behalf Of Michael >> D Kinney >> Sent: Saturday, April 1, 2023 12:13 AM >> To: devel@edk2.groups.io; mikuback@linux.microsoft.com >> Cc: Ard Biesheuvel ; Yao, Jiewen >> ; Justen, Jordan L ; >> Gerd Hoffmann ; Kinney, Michael D >> >> Subject: Re: [edk2-devel] [PATCH v1 1/1] OvmfPkg/CI: Revert SMP mode >> >> Reviewed-by: Michael D Kinney >> >> >>> -----Original Message----- >>> From: devel@edk2.groups.io On Behalf Of >> Michael Kubacki >>> Sent: Friday, March 31, 2023 9:11 AM >>> To: devel@edk2.groups.io >>> Cc: Ard Biesheuvel ; Yao, Jiewen >> ; Justen, Jordan L >>> ; Gerd Hoffmann ; >> Kinney, Michael D >>> Subject: [edk2-devel] [PATCH v1 1/1] OvmfPkg/CI: Revert SMP mode >>> >>> From: Michael Kubacki >>> >>> This is causing excessive boot times in the VS2019 IA32/X64 Full >>> run to shell tasks (> 2 minutes) and blocking all edk2 CI. >>> >>> This patch removes the change so it can be root caused separately >>> without blocking other patches unrelated to OVMF. >>> >>> Reverts f92a9dce10281c103b04d6b38283e0ff1d677b91 >>> >>> Cc: Ard Biesheuvel >>> Cc: Jiewen Yao >>> Cc: Jordan Justen >>> Cc: Gerd Hoffmann >>> Cc: Michael D Kinney >>> Signed-off-by: Michael Kubacki >>> --- >>> OvmfPkg/PlatformCI/PlatformBuildLib.py | 1 - >>> 1 file changed, 1 deletion(-) >>> >>> diff --git a/OvmfPkg/PlatformCI/PlatformBuildLib.py >> b/OvmfPkg/PlatformCI/PlatformBuildLib.py >>> index 1ff85fdc24bb..64fca48a7d1d 100644 >>> --- a/OvmfPkg/PlatformCI/PlatformBuildLib.py >>> +++ b/OvmfPkg/PlatformCI/PlatformBuildLib.py >>> @@ -196,7 +196,6 @@ class PlatformBuilder( UefiBuilder, >> BuildSettingsManager): >>> args = "-debugcon stdio" # write messages to >> stdio >>> args += " -global isa-debugcon.iobase=0x402" # debug >> messages out thru virtual io port >>> args += " -net none" # turn off network >>> - args += " -smp 4" >>> args += f" -drive file=fat:rw:{VirtualDrive},format=raw,media=disk" # >> Mount disk with startup.nsh >>> >>> if (self.env.GetValue("QEMU_HEADLESS").upper() == "TRUE"): >>> -- >>> 2.40.0.windows.1 >>> >>> >>> >>> -=-=-=-=-=-= >>> Groups.io Links: You receive all messages sent to this group. >>> View/Reply Online (#102321): >> https://edk2.groups.io/g/devel/message/102321 >>> Mute This Topic: https://groups.io/mt/97976680/1643496 >>> Group Owner: devel+owner@edk2.groups.io >>> Unsubscribe: https://edk2.groups.io/g/devel/unsub >> [michael.d.kinney@intel.com] >>> -=-=-=-=-=-= >>> >> >> >> >> >> > > > > > >