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

Commit 08c9c19

Browse files
author
Victor "Nate" Graf
authored
Change labels to use new Ubuntu machine pool (#15051)
* Change labels to use new Ubuntu machine pool * delete newline
1 parent 9934e36 commit 08c9c19

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
@@ -268,7 +268,7 @@ def static getFullPerfJobName(def project, def os, def isPR) {
268268
perfOSList.each { os ->
269269
def newJob = job(getFullPerfJobName(project, os, isPR)) {
270270

271-
label('linux_clr_perf')
271+
label('ubuntu_1604_clr_perf')
272272
wrappers {
273273
credentialsBinding {
274274
string('BV_UPLOAD_SAS_TOKEN', 'CoreCLR Perf BenchView Sas')
@@ -418,7 +418,7 @@ def static getFullThroughputJobName(def project, def os, def isPR) {
418418
throughputOptLevelList.each { opt_level ->
419419
def newJob = job(getFullThroughputJobName(project, "${os}_${opt_level}", isPR)) {
420420

421-
label('linux_clr_perf')
421+
label('ubuntu_1604_clr_perf')
422422
wrappers {
423423
credentialsBinding {
424424
string('BV_UPLOAD_SAS_TOKEN', 'CoreCLR Perf BenchView Sas')

0 commit comments

Comments
 (0)