Skip to content

Commit

Permalink
change labels to use new Ubuntu machine pool (dotnet#15043)
Browse files Browse the repository at this point in the history
  • Loading branch information
nategraf authored Nov 15, 2017
1 parent 7f6bc26 commit 6b4b00f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions buildpipeline/perf-pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -364,13 +364,13 @@ if (!isPR()) {
['min_opt', 'full_opt'].each { opt_level ->
['pgo', 'nopgo'].each { pgo_enabled ->
outerLoopTests["linux ${arch} ryujit ${opt_level} ${pgo_enabled} perf"] = {
simpleNode('linux_clr_perf', 180) {
simpleNode('ubuntu_1604_clr_perf', 180) {
linuxPerf(arch, 'Ubuntu14.04', config, uploadString, runType, opt_level, pgo_enabled, false)
}
}

outerLoopTests["linux ${arch} ryujit ${opt_level} ${pgo_enabled} throughput"] = {
simpleNode('linux_clr_perf', 180) {
simpleNode('ubuntu_1604_clr_perf', 180) {
linuxThroughput(arch, 'Ubuntu14.04', config, uploadString, runType, opt_level, pgo_enabled, false)
}
}
Expand Down
4 changes: 2 additions & 2 deletions perf.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ def static getFullPerfJobName(def project, def os, def isPR) {
perfOSList.each { os ->
def newJob = job(getFullPerfJobName(project, os, isPR)) {

label('linux_clr_perf')
label('ubuntu_1604_clr_perf')
wrappers {
credentialsBinding {
string('BV_UPLOAD_SAS_TOKEN', 'CoreCLR Perf BenchView Sas')
Expand Down Expand Up @@ -441,7 +441,7 @@ def static getFullThroughputJobName(def project, def os, def isPR) {
throughputOptLevelList.each { opt_level ->
def newJob = job(getFullThroughputJobName(project, "${os}_${opt_level}", isPR)) {

label('linux_clr_perf')
label('ubuntu_1604_clr_perf')
wrappers {
credentialsBinding {
string('BV_UPLOAD_SAS_TOKEN', 'CoreCLR Perf BenchView Sas')
Expand Down

0 comments on commit 6b4b00f

Please sign in to comment.