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

Commit 3cedd9c

Browse files
author
Victor "Nate" Graf
authored
Change labels to use new Ubuntu machine pool (#15053)
1 parent 7abfd46 commit 3cedd9c

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
@@ -240,7 +240,7 @@ def static getOSGroup(def os) {
240240
['Ubuntu14.04'].each { os ->
241241
def newJob = job(Utilities.getFullJobName(project, "perf_${os}", isPR)) {
242242

243-
label('linux_clr_perf')
243+
label('ubuntu_1604_clr_perf')
244244
wrappers {
245245
credentialsBinding {
246246
string('BV_UPLOAD_SAS_TOKEN', 'CoreCLR Perf BenchView Sas')
@@ -329,7 +329,7 @@ def static getOSGroup(def os) {
329329
['Ubuntu14.04'].each { os ->
330330
def newJob = job(Utilities.getFullJobName(project, "perf_throughput_${os}", isPR)) {
331331

332-
label('linux_clr_perf')
332+
label('ubuntu_1604_clr_perf')
333333
wrappers {
334334
credentialsBinding {
335335
string('BV_UPLOAD_SAS_TOKEN', 'CoreCLR Perf BenchView Sas')

0 commit comments

Comments
 (0)