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 CC9F5D80CAA for ; Thu, 3 Aug 2023 14:27:57 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=WB7JN/qbbH6dEjDvdSpsEHFlf7DWaAW/UcBMZf4qPsI=; 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:Content-Transfer-Encoding; s=20140610; t=1691072876; v=1; b=I97usu52VgqV5IBtSouabo/DJ78ozzH2xAWarlffYATpwBGPQm0NF4m9U04SkZ3vUq8hUWAu ZT60lmKjdYO5QaC4lu7WbUpGsLg/f0ZhkN5xrwepmGJJNMorrMY69g3o6MA/xjjbI3bPrmi6bR2 /5S9cszKhf6DuM0WX+ICNJ1E= X-Received: by 127.0.0.2 with SMTP id 9Qq4YY7687511xjiK0FVvIAZ; Thu, 03 Aug 2023 07:27:56 -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.web10.16090.1691072875734851481 for ; Thu, 03 Aug 2023 07:27:55 -0700 X-Received: from mail-lj1-f199.google.com (mail-lj1-f199.google.com [209.85.208.199]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-144-ZPhgefeuO-qvw2PceyDC8w-1; Thu, 03 Aug 2023 10:27:53 -0400 X-MC-Unique: ZPhgefeuO-qvw2PceyDC8w-1 X-Received: by mail-lj1-f199.google.com with SMTP id 38308e7fff4ca-2b9da035848so10635521fa.3 for ; Thu, 03 Aug 2023 07:27:52 -0700 (PDT) X-Gm-Message-State: CpigXReWhagZXL1Xl8i4iP3rx7686176AA= X-Received: by 2002:a05:651c:106:b0:2b6:ded8:6fc1 with SMTP id a6-20020a05651c010600b002b6ded86fc1mr7418910ljb.25.1691072871824; Thu, 03 Aug 2023 07:27:51 -0700 (PDT) X-Google-Smtp-Source: APBJJlHgems/Qnfo+wykvb9tj2mx1/IyadIEOKqu4Z493HFl7eMZH368YZphH13ovlYNH7uk9VAsQfKDqHfT+aFOucQ= X-Received: by 2002:a05:651c:106:b0:2b6:ded8:6fc1 with SMTP id a6-20020a05651c010600b002b6ded86fc1mr7418894ljb.25.1691072871469; Thu, 03 Aug 2023 07:27:51 -0700 (PDT) MIME-Version: 1.0 References: <20230803114425.318246-1-osteffen@redhat.com> In-Reply-To: From: "Oliver Steffen" Date: Thu, 3 Aug 2023 16:27:40 +0200 Message-ID: Subject: Re: [edk2-devel] [PATCH v1 0/4] Use Qemu 8 in CI and enable SMP in tests To: Laszlo Ersek Cc: Ard Biesheuvel , 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 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: 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=I97usu52; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=redhat.com (policy=none) On Thu, Aug 3, 2023 at 3:51=E2=80=AFPM Laszlo Ersek wro= te: > > 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. > >> > > > > 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) > > Yes, that makes sense. Indeed, sorry about that and thanks for taking care of it! -Oliver > > Thank you Oliver for writing this series. > > With the patch ordering suggested by Ard: > > Reviewed-by: Laszlo Ersek > > Thanks! > Laszlo > > > > > > >> > >> 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 > >> > > > -=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 (#107546): https://edk2.groups.io/g/devel/message/107546 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-