From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 6B27D74003A for ; Thu, 3 Aug 2023 14:37:39 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=62Ct4eAIg65uzNxj/O0VSFkq1PPeXh+l4v2cAL6NSKE=; c=relaxed/simple; d=groups.io; h=DKIM-Filter:Message-ID:Date:MIME-Version:User-Agent:Subject:To:Cc:References:From:In-Reply-To:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Language:Content-Type:Content-Transfer-Encoding; s=20140610; t=1691073457; v=1; b=p7f3ewhCXPMelaHWlqQfvqAD0TeY3zN9NjRaYeb1m/BdYtMwsRb7gRaQcjssiuxsaHQr3bcV u3lSsHNtf8FNHlML8lgjD/ggyUVkEOS4Jn92d21lnW71KM11yOjT4AhOjHY1snNssc8Ce4GwC3o EDWkGGAsa3nrxsq63wFSd9o0= X-Received: by 127.0.0.2 with SMTP id HHPuYY7687511xskVXek7BEc; Thu, 03 Aug 2023 07:37:37 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web10.16317.1691073457226788390 for ; Thu, 03 Aug 2023 07:37:37 -0700 X-Received: from [192.168.4.22] (unknown [47.201.241.95]) by linux.microsoft.com (Postfix) with ESMTPSA id 57025238C45E; Thu, 3 Aug 2023 07:37:35 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 57025238C45E Message-ID: <001ed4ff-89fa-c7bf-3a29-305a28b94b41@linux.microsoft.com> Date: Thu, 3 Aug 2023 10:37:33 -0400 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [edk2-devel] [PATCH v1 0/4] Use Qemu 8 in CI and enable SMP in tests To: devel@edk2.groups.io, osteffen@redhat.com Cc: Ard Biesheuvel , Bob Feng , Gerd Hoffmann , Jiewen Yao , Jordan Justen , Liming Gao , Michael D Kinney , Rebecca Cran , Sean Brogan , Yuwei Chen , Laszlo Ersek References: <20230803114425.318246-1-osteffen@redhat.com> From: "Michael Kubacki" In-Reply-To: <20230803114425.318246-1-osteffen@redhat.com> Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,mikuback@linux.microsoft.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: wxVwy2wD2DtXz2RwRuFvvLGVx7686176AA= Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=p7f3ewhC; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=linux.microsoft.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io For the series. Reviewed-by: Michael Kubacki On 8/3/2023 7:44 AM, Oliver Steffen wrote: > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4324 > PR: https://github.com/tianocore/edk2/pull/4711 >=20 > This series switches the OVMF CI jobs on Windows to a recent Qemu > version and re-enables SMP in the Qemu "Run to shell" CI jobs. > The Qemu tests run a little bit slower in SMP mode and sometimes > hit the time limit of 2 minutes, thus this limit is increased to 4 > minutes. >=20 > Together with 81cb0371f9db ("CI: Use latest image for Linux jobs (Qemu > 8, gcc 12)" this series is sufficient to close Bug 4324. >=20 >=20 > Gerd Hoffmann (1): > OvmfPkg/PlatformCI: Boot OVMF in SMP mode. >=20 > Oliver Steffen (3): > OvmfPkg/PlatformCI: Use recent Qemu on Windows > OvmfPkg/PlatformCI VS2019: Disable workaround for cpuhp bugfix > CI: Increase time limit of "Run to shell" task to 4 minutes >=20 > .../templates/platform-build-run-steps.yml | 2 +- > .../PlatformCI/.azurepipelines/Windows-VS2019.yml | 4 ++-- > OvmfPkg/PlatformCI/PlatformBuildLib.py | 13 +------------ > 3 files changed, 4 insertions(+), 15 deletions(-) >=20 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#107547): https://edk2.groups.io/g/devel/message/107547 Mute This Topic: https://groups.io/mt/100524063/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-