summaryrefslogtreecommitdiff
path: root/perf.groovy
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 /perf.groovy
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 'perf.groovy')
-rw-r--r--perf.groovy4
1 files changed, 2 insertions, 2 deletions
diff --git a/perf.groovy b/perf.groovy
index 04dc4ef0bd..7046e5ba86 100644
--- a/perf.groovy
+++ b/perf.groovy
@@ -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')
@@ -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')