From 61cd486dd08ff4e62b839fce54737b8420334c33 Mon Sep 17 00:00:00 2001 From: Billy Robert O'Neal III Date: Tue, 12 Oct 2021 12:57:40 -0700 Subject: [PATCH 1/2] Patch tuesday and switch to Server 2022. --- scripts/azure-pipelines/windows/create-image.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/azure-pipelines/windows/create-image.ps1 b/scripts/azure-pipelines/windows/create-image.ps1 index 9a03fe8ed60ccd..21fb8c19a835a6 100644 --- a/scripts/azure-pipelines/windows/create-image.ps1 +++ b/scripts/azure-pipelines/windows/create-image.ps1 @@ -19,7 +19,7 @@ $Prefix = 'Win-' $Prefix += (Get-Date -Format 'yyyy-MM-dd') $VMSize = 'Standard_D32as_v4' $ProtoVMName = 'PROTOTYPE' -$WindowsServerSku = '2019-datacenter-gensecond' +$WindowsServerSku = '2022-datacenter-g2' $ErrorActionPreference = 'Stop' $CudnnBaseUrl = 'https://vcpkgimageminting.blob.core.windows.net/assets/cudnn-11.2-windows-x64-v8.1.1.33.zip' From ec8c74ffa8c7c0a56c11f88374b638c7eefa7d35 Mon Sep 17 00:00:00 2001 From: Billy Robert O'Neal III Date: Wed, 13 Oct 2021 15:11:48 -0700 Subject: [PATCH 2/2] Update pools. --- scripts/azure-pipelines/azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/azure-pipelines/azure-pipelines.yml b/scripts/azure-pipelines/azure-pipelines.yml index 49d30c2bc578ab..2381887f4e1b9e 100644 --- a/scripts/azure-pipelines/azure-pipelines.yml +++ b/scripts/azure-pipelines/azure-pipelines.yml @@ -2,8 +2,8 @@ # SPDX-License-Identifier: MIT # variables: - windows-pool: 'PrWin-2021-09-08' - linux-pool: 'PrLin-2021-09-08' + windows-pool: 'PrWin-2021-10-13' + linux-pool: 'PrLin-2021-10-13' osx-pool: 'PrOsx-2021-07-27' jobs: