Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 85a2a94

Browse files
author
José Rivero
committed
Moving Windows_NT perf jobs to machine pool with Windows Server 2016.
1 parent 304dd50 commit 85a2a94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

perf.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def static getOSGroup(def os) {
4747

4848
def newJob = job(Utilities.getFullJobName(project, jobName, isPR)) {
4949
// Set the label.
50-
label('windows_clr_perf')
50+
label('windows_server_2016_clr_perf')
5151
wrappers {
5252
credentialsBinding {
5353
string('BV_UPLOAD_SAS_TOKEN', 'CoreCLR Perf BenchView Sas')
@@ -172,7 +172,7 @@ def static getOSGroup(def os) {
172172

173173
def newJob = job(Utilities.getFullJobName(project, "perf_throughput_perflab_${os}_${arch}", isPR)) {
174174
// Set the label.
175-
label('windows_clr_perf')
175+
label('windows_server_2016_clr_perf')
176176
wrappers {
177177
credentialsBinding {
178178
string('BV_UPLOAD_SAS_TOKEN', 'CoreCLR Perf BenchView Sas')

0 commit comments

Comments
 (0)