From ffd85f382ec7151ffcd380e6b40df824be6d4022 Mon Sep 17 00:00:00 2001 From: "Matt Mitchell (.NET)" Date: Thu, 23 Jul 2026 11:08:07 -0700 Subject: [PATCH 1/2] Use 1ES images for Azure DevOps pools Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 6f28b212-d0cb-47eb-9575-23e90dbf4046 --- build/prbenchmarks.yml | 7 +++---- build/regressionbot.yml | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/build/prbenchmarks.yml b/build/prbenchmarks.yml index 0922a594b..08a6f2e61 100644 --- a/build/prbenchmarks.yml +++ b/build/prbenchmarks.yml @@ -49,7 +49,7 @@ extends: parameters: pool: name: ASP.NET-Performance-Controller-new - image: MMSWindows2022-Secure + image: 1es-windows-2022 os: windows sdl: sourceRepositoriesToScan: @@ -67,7 +67,7 @@ extends: displayName: Benchmarks Windows Image pool: name: ASP.NET-Performance-Controller-new - image: MMSWindows2022-Secure + image: 1es-windows-2022 os: windows timeoutInMinutes: 120 steps: @@ -168,7 +168,7 @@ extends: displayName: Benchmarks Linux Image pool: name: ASP.NET-Performance-Controller-new - image: MMSUbuntu22.04-Secure + image: 1es-ubuntu-2204 os: linux timeoutInMinutes: 120 steps: @@ -223,4 +223,3 @@ extends: continueOnError: true env: APP_KEY: $(github.privatekey) - diff --git a/build/regressionbot.yml b/build/regressionbot.yml index e3b5233b0..bfd816f8c 100644 --- a/build/regressionbot.yml +++ b/build/regressionbot.yml @@ -31,7 +31,7 @@ extends: parameters: pool: name: ASP.NET-Performance-Controller-new - image: MMSWindows2022-Secure + image: 1es-windows-2022 os: windows sdl: policheck: From 2ab6c37739b6ead14dea62433c823215a214a80e Mon Sep 17 00:00:00 2001 From: "Matt Mitchell (.NET)" Date: Thu, 23 Jul 2026 13:10:55 -0700 Subject: [PATCH 2/2] Use internal 1ES pool for benchmark pipelines Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 6f28b212-d0cb-47eb-9575-23e90dbf4046 --- build/prbenchmarks.yml | 6 +++--- build/regressionbot.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/prbenchmarks.yml b/build/prbenchmarks.yml index 08a6f2e61..f07268c85 100644 --- a/build/prbenchmarks.yml +++ b/build/prbenchmarks.yml @@ -48,7 +48,7 @@ extends: template: v1/1ES.Official.PipelineTemplate.yml@1ESPipelineTemplates parameters: pool: - name: ASP.NET-Performance-Controller-new + name: NETCore1ESPool-Internal image: 1es-windows-2022 os: windows sdl: @@ -66,7 +66,7 @@ extends: - job: BenchmarkWindows displayName: Benchmarks Windows Image pool: - name: ASP.NET-Performance-Controller-new + name: NETCore1ESPool-Internal image: 1es-windows-2022 os: windows timeoutInMinutes: 120 @@ -167,7 +167,7 @@ extends: - job: BenchmarkLinux displayName: Benchmarks Linux Image pool: - name: ASP.NET-Performance-Controller-new + name: NETCore1ESPool-Internal image: 1es-ubuntu-2204 os: linux timeoutInMinutes: 120 diff --git a/build/regressionbot.yml b/build/regressionbot.yml index bfd816f8c..f04f0472f 100644 --- a/build/regressionbot.yml +++ b/build/regressionbot.yml @@ -30,7 +30,7 @@ extends: template: v1/1ES.Official.PipelineTemplate.yml@1ESPipelineTemplates parameters: pool: - name: ASP.NET-Performance-Controller-new + name: NETCore1ESPool-Internal image: 1es-windows-2022 os: windows sdl: