From 57868becda522a8b681402ae4269f2547351f2d1 Mon Sep 17 00:00:00 2001 From: Abhitej John Date: Mon, 6 May 2024 08:41:12 -0700 Subject: [PATCH] Updating images The pool does not serve -pt images anymore. Moving over to the non -pt versions --- azure-pipelines-CI.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines-CI.yml b/azure-pipelines-CI.yml index 823fe6a7e..0a65f7dd8 100644 --- a/azure-pipelines-CI.yml +++ b/azure-pipelines-CI.yml @@ -39,7 +39,7 @@ extends: # Update the pool with your team's 1ES hosted pool. pool: name: $(DncEngInternalBuildPool) # Name of your hosted pool - image: 1es-windows-2022-pt # Name of the image in your pool. If not specified, first image of the pool is used + image: 1es-windows-2022 # Name of the image in your pool. If not specified, first image of the pool is used os: windows # OS of the image. This value cannot be a variable. Allowed values: windows, linux, macOS # Build Tags @@ -67,7 +67,7 @@ extends: pool: # TODO: Can we use latest or equivalent? name: $(DncEngInternalBuildPool) - demands: ImageOverride -equals 1es-windows-2022-pt + demands: ImageOverride -equals 1es-windows-2022 os: windows templateContext: # This enables SDL scanning to be run once across all artifacts @@ -134,7 +134,7 @@ extends: pool: name: $(DncEngInternalBuildPool) os: linux - demands: ImageOverride -equals 1es-mariner-2-pt + demands: ImageOverride -equals 1es-mariner-2 templateContext: # This enables SDL scanning to be run once across all artifacts outputParentDirectory: $(Build.SourcesDirectory)/artifacts