[edk2-devel] [PATCH v1 0/3] Use windows-2019 VM Image

Michael Kubacki posted 3 patches 2 years, 1 month ago
Failed in applying to current master (apply log)
There is a newer version of this series
.azurepipelines/Windows-VS2019.yml                        | 2 +-
EmulatorPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml | 2 +-
OvmfPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml     | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
[edk2-devel] [PATCH v1 0/3] Use windows-2019 VM Image
Posted by Michael Kubacki 2 years, 1 month ago
From: Michael Kubacki <michael.kubacki@microsoft.com>

REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3890

Pipelines are currently building against VS2019 and use the
"windows-latest" VM image in Azure Pipelines. The "windows-latest"
image recently moved its toolchain to VS2022, so VS2019 is no
longer found.

To immediately address the issue with no change in build behavior,
this series updates YAML files in the repository using
"windows-latest" to "windows-2019".

Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Andrew Fish <afish@apple.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Abner Chang <abner.chang@hpe.com>
Cc: Nickle Wang <nickle.wang@hpe.com>
Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>

Michael Kubacki (3):
  .azurepipelines: Use windows-2019 VM image
  EmulatorPkg: Use windows-2019 VM image
  OvmfPkg: Use windows-2019 VM image

 .azurepipelines/Windows-VS2019.yml                        | 2 +-
 EmulatorPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml | 2 +-
 OvmfPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

-- 
2.28.0.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#88352): https://edk2.groups.io/g/devel/message/88352
Mute This Topic: https://groups.io/mt/90184277/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel] [PATCH v1 0/3] Use windows-2019 VM Image
Posted by Sean 2 years, 1 month ago
Given this is all CI related and the CI is down. I will offer my reviewed by for the series.

Reviewed - by : Sean Brogan <sean.brogan@microsoft.com>


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#88356): https://edk2.groups.io/g/devel/message/88356
Mute This Topic: https://groups.io/mt/90184277/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [edk2-devel] [PATCH v1 0/3] Use windows-2019 VM Image
Posted by Michael D Kinney 2 years, 1 month ago
Series Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>

Mike

> -----Original Message-----
> From: mikuback@linux.microsoft.com <mikuback@linux.microsoft.com>
> Sent: Friday, April 1, 2022 10:12 AM
> To: devel@edk2.groups.io
> Cc: Sean Brogan <sean.brogan@microsoft.com>; Bret Barkelew <Bret.Barkelew@microsoft.com>; Kinney, Michael D
> <michael.d.kinney@intel.com>; Gao, Liming <gaoliming@byosoft.com.cn>; Andrew Fish <afish@apple.com>; Ni, Ray
> <ray.ni@intel.com>; Chang, Abner <abner.chang@hpe.com>; Wang, Nickle <nickle.wang@hpe.com>; Ard Biesheuvel
> <ardb+tianocore@kernel.org>; Yao, Jiewen <jiewen.yao@intel.com>; Justen, Jordan L <jordan.l.justen@intel.com>; Gerd
> Hoffmann <kraxel@redhat.com>
> Subject: [PATCH v1 0/3] Use windows-2019 VM Image
> 
> From: Michael Kubacki <michael.kubacki@microsoft.com>
> 
> REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3890
> 
> Pipelines are currently building against VS2019 and use the
> "windows-latest" VM image in Azure Pipelines. The "windows-latest"
> image recently moved its toolchain to VS2022, so VS2019 is no
> longer found.
> 
> To immediately address the issue with no change in build behavior,
> this series updates YAML files in the repository using
> "windows-latest" to "windows-2019".
> 
> Cc: Sean Brogan <sean.brogan@microsoft.com>
> Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> Cc: Andrew Fish <afish@apple.com>
> Cc: Ray Ni <ray.ni@intel.com>
> Cc: Abner Chang <abner.chang@hpe.com>
> Cc: Nickle Wang <nickle.wang@hpe.com>
> Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
> Cc: Jiewen Yao <jiewen.yao@intel.com>
> Cc: Jordan Justen <jordan.l.justen@intel.com>
> Cc: Gerd Hoffmann <kraxel@redhat.com>
> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
> 
> Michael Kubacki (3):
>   .azurepipelines: Use windows-2019 VM image
>   EmulatorPkg: Use windows-2019 VM image
>   OvmfPkg: Use windows-2019 VM image
> 
>  .azurepipelines/Windows-VS2019.yml                        | 2 +-
>  EmulatorPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml | 2 +-
>  OvmfPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml     | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
> 
> --
> 2.28.0.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#88363): https://edk2.groups.io/g/devel/message/88363
Mute This Topic: https://groups.io/mt/90184277/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-