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 2AF2F941550 for ; Thu, 3 Aug 2023 11:44:47 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=ZfBUCsUkHphJHNM2S2VTQSexAlLTLf6dfBHSNoDTZNI=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding:Content-Type; s=20140610; t=1691063085; v=1; b=EKGDPZGJIxYZGDIx5I82DA7qzfUwlqA+EYN1Ff9z6SSNQoudrRWRvl6065htHOvz9wE9sw1z EMngEf/fKr/TZCJQAh1IaCR3fcR5jjDl4pEp4TrHnUEnZnprzCFpmcCzt2B/1WYuewDbk2mO3Dy qjhloR8ZYKODh49sQRxEzW9U= X-Received: by 127.0.0.2 with SMTP id ncZmYY7687511xakR6fziIgP; Thu, 03 Aug 2023 04:44:45 -0700 X-Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mx.groups.io with SMTP id smtpd.web11.12667.1691063085207693924 for ; Thu, 03 Aug 2023 04:44:45 -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-586-pIO6ztfXOiGl_RpPXYyOkw-1; Thu, 03 Aug 2023 07:44:41 -0400 X-MC-Unique: pIO6ztfXOiGl_RpPXYyOkw-1 X-Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 90B523C01BAD; Thu, 3 Aug 2023 11:44:40 +0000 (UTC) X-Received: from osteffen-laptop.redhat.com (unknown [10.39.194.106]) by smtp.corp.redhat.com (Postfix) with ESMTP id 4F76B40C6CCC; Thu, 3 Aug 2023 11:44:38 +0000 (UTC) From: "Oliver Steffen" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Bob Feng , Gerd Hoffmann , Jiewen Yao , Jordan Justen , Liming Gao , Michael D Kinney , Michael Kubacki , Rebecca Cran , Sean Brogan , Yuwei Chen , Laszlo Ersek , Oliver Steffen Subject: [edk2-devel] [PATCH v1 0/4] Use Qemu 8 in CI and enable SMP in tests Date: Thu, 3 Aug 2023 13:44:21 +0200 Message-ID: <20230803114425.318246-1-osteffen@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 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,osteffen@redhat.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: XRrwdONAV3aDtoAmgusZQcEEx7686176AA= Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII"; x-default=true X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=EKGDPZGJ; 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 REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4324 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. 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 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#107534): https://edk2.groups.io/g/devel/message/107534 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] -=-=-=-=-=-=-=-=-=-=-=-