Skip to content

Commit 2ab6c37

Browse files
mmitcheCopilot
andcommitted
Use internal 1ES pool for benchmark pipelines
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 6f28b212-d0cb-47eb-9575-23e90dbf4046
1 parent ffd85f3 commit 2ab6c37

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

build/prbenchmarks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ extends:
4848
template: v1/1ES.Official.PipelineTemplate.yml@1ESPipelineTemplates
4949
parameters:
5050
pool:
51-
name: ASP.NET-Performance-Controller-new
51+
name: NETCore1ESPool-Internal
5252
image: 1es-windows-2022
5353
os: windows
5454
sdl:
@@ -66,7 +66,7 @@ extends:
6666
- job: BenchmarkWindows
6767
displayName: Benchmarks Windows Image
6868
pool:
69-
name: ASP.NET-Performance-Controller-new
69+
name: NETCore1ESPool-Internal
7070
image: 1es-windows-2022
7171
os: windows
7272
timeoutInMinutes: 120
@@ -167,7 +167,7 @@ extends:
167167
- job: BenchmarkLinux
168168
displayName: Benchmarks Linux Image
169169
pool:
170-
name: ASP.NET-Performance-Controller-new
170+
name: NETCore1ESPool-Internal
171171
image: 1es-ubuntu-2204
172172
os: linux
173173
timeoutInMinutes: 120

build/regressionbot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ extends:
3030
template: v1/1ES.Official.PipelineTemplate.yml@1ESPipelineTemplates
3131
parameters:
3232
pool:
33-
name: ASP.NET-Performance-Controller-new
33+
name: NETCore1ESPool-Internal
3434
image: 1es-windows-2022
3535
os: windows
3636
sdl:

0 commit comments

Comments
 (0)