From f15af812595a93ccc42bb8e1ae8ecb48b9efcf36 Mon Sep 17 00:00:00 2001 From: "Stephan T. Lavavej" Date: Tue, 11 Aug 2020 20:12:03 -0700 Subject: [PATCH] Use Standard_D16as_v4. Remove the test.exe exclusion (our test executables aren't named that). --- azure-devops/create-vmss.ps1 | 2 +- azure-devops/provision-image.ps1 | 1 - azure-pipelines.yml | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/azure-devops/create-vmss.ps1 b/azure-devops/create-vmss.ps1 index 9f47f3825e9..e476dd02f66 100644 --- a/azure-devops/create-vmss.ps1 +++ b/azure-devops/create-vmss.ps1 @@ -17,7 +17,7 @@ or are running from Azure Cloud Shell. $Location = 'westus2' $Prefix = 'StlBuild-' + (Get-Date -Format 'yyyy-MM-dd') -$VMSize = 'Standard_F16s_v2' +$VMSize = 'Standard_D16as_v4' $ProtoVMName = 'PROTOTYPE' $LiveVMPrefix = 'BUILD' $WindowsServerSku = '2019-Datacenter' diff --git a/azure-devops/provision-image.ps1 b/azure-devops/provision-image.ps1 index a207f10e8e4..010233d008b 100644 --- a/azure-devops/provision-image.ps1 +++ b/azure-devops/provision-image.ps1 @@ -296,7 +296,6 @@ Add-MpPreference -ExclusionProcess clang-cl.exe Add-MpPreference -ExclusionProcess cl.exe Add-MpPreference -ExclusionProcess link.exe Add-MpPreference -ExclusionProcess python.exe -Add-MpPreference -ExclusionProcess test.exe InstallPython $PythonUrl InstallVisualStudio -Workloads $Workloads -BootstrapperUrl $VisualStudioBootstrapperUrl diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ea1b680c6e3..b9fa7b9da98 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -4,7 +4,7 @@ # Build STL targeting x86, x64, arm, arm64 variables: - agentPool: 'StlBuild-2020-08-07' + agentPool: 'StlBuild-2020-08-11' tmpDir: 'D:\Temp' stages: