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 AD99C9413CB for ; Thu, 3 Aug 2023 13:03:50 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=0p1L/yNYXQ5ePGE29GYy9ePYQmDZW1t3au7eu5PDhVU=; c=relaxed/simple; d=groups.io; h=MIME-Version:References:In-Reply-To:From:Date:Message-ID:Subject:To:Cc:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type; s=20140610; t=1691067829; v=1; b=vgJ4U2LkkxtFK9Sa3hnH6Vcg+p6Gvquq7tlb8BfqtF38ukW6T62d4c4H2pO0h8zvoYEzJc8r lbRsWbSwOcmMU538uDEe+E4vZTH7fkcYotOBEbNJsWsH2EOFHhXQ5xtXgso97VuZTCa38FYt8Zn wC+2JcGOIUTHvNPLLrKQVzfM= X-Received: by 127.0.0.2 with SMTP id BnIBYY7687511xRTWN0rYwHF; Thu, 03 Aug 2023 06:03:49 -0700 X-Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by mx.groups.io with SMTP id smtpd.web10.14060.1691067828643105984 for ; Thu, 03 Aug 2023 06:03:48 -0700 X-Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id EE44B61D9B for ; Thu, 3 Aug 2023 13:03:47 +0000 (UTC) X-Received: by smtp.kernel.org (Postfix) with ESMTPSA id BFDE5C433CA for ; Thu, 3 Aug 2023 13:03:47 +0000 (UTC) X-Received: by mail-lj1-f180.google.com with SMTP id 38308e7fff4ca-2b703a0453fso14187781fa.3 for ; Thu, 03 Aug 2023 06:03:47 -0700 (PDT) X-Gm-Message-State: EkJks8KS8oDVlBuvR36fBMxux7686176AA= X-Google-Smtp-Source: APBJJlG9SsX9safB6sAQ0WFLamLpWLydv30+msqkIrDkuKrxRdWn54MZwvyUgZzzuEaBGPABNjvP86a1U18xeEmvZUQ= X-Received: by 2002:a19:2d42:0:b0:4fb:8948:2b8e with SMTP id t2-20020a192d42000000b004fb89482b8emr7008040lft.8.1691067825725; Thu, 03 Aug 2023 06:03:45 -0700 (PDT) MIME-Version: 1.0 References: <20230803114425.318246-1-osteffen@redhat.com> In-Reply-To: <20230803114425.318246-1-osteffen@redhat.com> From: "Ard Biesheuvel" Date: Thu, 3 Aug 2023 15:03:34 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [edk2-devel] [PATCH v1 0/4] Use Qemu 8 in CI and enable SMP in tests To: 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 , Laszlo Ersek 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,ardb@kernel.org List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: Content-Type: text/plain; charset="UTF-8" X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=vgJ4U2Lk; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=kernel.org (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 Thu, 3 Aug 2023 at 13:44, Oliver Steffen wrote: > > 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. > Thanks a lot for taking care of this. If nobody objects to increasing the Ci time limit, I intend to merge this by end of tomorrow. (I'd put the CI patch first, though) > > 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 (#107539): https://edk2.groups.io/g/devel/message/107539 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] -=-=-=-=-=-=-=-=-=-=-=-