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 6A0617803DE for ; Thu, 3 Aug 2023 13:51:46 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=3b+ufISUCyT4LdtnvRy3wywMG8hs6ORlhhUEybOX8nQ=; c=relaxed/simple; d=groups.io; h=Message-ID:Date:MIME-Version: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=1691070705; v=1; b=XEZKRbha8LgeHRS4tXs/PhZkMM43Suq+9wRYyDDqL1HfsiPhyfzWQQavHh8f5VoSeZxCAEUP 39jl+eLHAuERotUR/fLzCbvC9oLInb2n2OM/lOrjWkepL6Dm9xI947X0yJaSQKYhZN2ua3UoUO7 TFA/e0MAXKYyPszVy24ii9iY= X-Received: by 127.0.0.2 with SMTP id fVUbYY7687511xKZq5LhouOw; Thu, 03 Aug 2023 06:51:45 -0700 X-Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mx.groups.io with SMTP id smtpd.web10.15174.1691070704578105368 for ; Thu, 03 Aug 2023 06:51:44 -0700 X-Received: from mimecast-mx02.redhat.com (66.187.233.73 [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-425-AchxlLGcMvSUBKf99JCD_w-1; Thu, 03 Aug 2023 09:51:37 -0400 X-MC-Unique: AchxlLGcMvSUBKf99JCD_w-1 X-Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id D3A7029ABA13; Thu, 3 Aug 2023 13:51:36 +0000 (UTC) X-Received: from [10.39.193.127] (unknown [10.39.193.127]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 448F71121325; Thu, 3 Aug 2023 13:51:34 +0000 (UTC) Message-ID: Date: Thu, 3 Aug 2023 15:51:33 +0200 MIME-Version: 1.0 Subject: Re: [edk2-devel] [PATCH v1 0/4] Use Qemu 8 in CI and enable SMP in tests To: Ard Biesheuvel , Oliver Steffen Cc: devel@edk2.groups.io, Bob Feng , Gerd Hoffmann , Jiewen Yao , Jordan Justen , Liming Gao , Michael D Kinney , Michael Kubacki , Rebecca Cran , Sean Brogan , Yuwei Chen References: <20230803114425.318246-1-osteffen@redhat.com> From: "Laszlo Ersek" In-Reply-To: X-Scanned-By: MIMEDefang 3.1 on 10.11.54.3 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: 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,lersek@redhat.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: EFoBBT9X1WFnk6qRRc03o9fHx7686176AA= Content-Language: en-US Content-Type: text/plain; charset=UTF-8 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=XEZKRbha; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=redhat.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 On 8/3/23 15:03, Ard Biesheuvel wrote: > On Thu, 3 Aug 2023 at 13:44, Oliver Steffen wrote: >> >> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4324 >> PR: https://github.com/tianocore/edk2/pull/4711 >> >> 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. >> >> Together with 81cb0371f9db ("CI: Use latest image for Linux jobs (Qemu >> 8, gcc 12)" this series is sufficient to close Bug 4324. >> >=20 > Thanks a lot for taking care of this. >=20 > If nobody objects to increasing the Ci time limit, I intend to merge > this by end of tomorrow. >=20 > (I'd put the CI patch first, though) Yes, that makes sense. Thank you Oliver for writing this series. With the patch ordering suggested by Ard: Reviewed-by: Laszlo Ersek Thanks! Laszlo >=20 >=20 >> >> Gerd Hoffmann (1): >> OvmfPkg/PlatformCI: Boot OVMF in SMP mode. >> >> 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 >> >> .../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(-) >> >> -- >> 2.41.0 >> >=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 (#107544): https://edk2.groups.io/g/devel/message/107544 Mute This Topic: https://groups.io/mt/100524063/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/leave/12367111/7686176/19134562= 12/xyzzy [rebecca@openfw.io] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-