]> git.proxmox.com Git - mirror_edk2.git/commitdiff
OvmfPkg: Use windows-2019 VM image
authorMichael Kubacki <michael.kubacki@microsoft.com>
Fri, 1 Apr 2022 16:52:33 +0000 (12:52 -0400)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Sat, 2 Apr 2022 02:56:48 +0000 (02:56 +0000)
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3890

The YAML file previously specified "windows-latest" which recently
moved to VS2022. To continue using VS2019 (at least in the short
term), the VM image needs to be explicitly set to "windows-2019".

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>
Reviewed-by: Sean Brogan <sean.brogan@microsoft.com>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
OvmfPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml

index 68b5d951e9087539d6231035bb1f0acf95b09a9b..7d6344d6383d5273e4b84a08c990b5a0c479c7a7 100644 (file)
@@ -18,7 +18,7 @@ jobs:
   - job: Platform_CI\r
     variables:\r
       package: 'OvmfPkg'\r
-      vm_image: 'windows-latest'\r
+      vm_image: 'windows-2019'\r
       should_run: true\r
       run_flags: "MAKE_STARTUP_NSH=TRUE QEMU_HEADLESS=TRUE"\r
 \r