summaryrefslogtreecommitdiff
path: root/buildpipeline
diff options
context:
space:
mode:
authorVictor "Nate" Graf <nategraf1@gmail.com>2017-11-15 14:28:57 -0800
committerGitHub <noreply@github.com>2017-11-15 14:28:57 -0800
commit6b4b00f0c4e654d6fb5cd52c16bf4cc7d1ab8263 (patch)
tree7cf12aeae16a88ccc17635990f386969db825985 /buildpipeline
parent7f6bc2625865af62f0741470da6548dda4089690 (diff)
downloadcoreclr-6b4b00f0c4e654d6fb5cd52c16bf4cc7d1ab8263.tar.gz
coreclr-6b4b00f0c4e654d6fb5cd52c16bf4cc7d1ab8263.tar.bz2
coreclr-6b4b00f0c4e654d6fb5cd52c16bf4cc7d1ab8263.zip
change labels to use new Ubuntu machine pool (#15043)
Diffstat (limited to 'buildpipeline')
-rw-r--r--buildpipeline/perf-pipeline.groovy4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildpipeline/perf-pipeline.groovy b/buildpipeline/perf-pipeline.groovy
index 8992452a9a..2251f3c887 100644
--- a/buildpipeline/perf-pipeline.groovy
+++ b/buildpipeline/perf-pipeline.groovy
@@ -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)
}
}