summaryrefslogtreecommitdiff
path: root/perf.groovy
diff options
context:
space:
mode:
Diffstat (limited to 'perf.groovy')
-rw-r--r--perf.groovy6
1 files changed, 3 insertions, 3 deletions
diff --git a/perf.groovy b/perf.groovy
index 487583edda..10e9c1fd58 100644
--- a/perf.groovy
+++ b/perf.groovy
@@ -51,7 +51,7 @@ def static getOSGroup(def os) {
def newJob = job(Utilities.getFullJobName(project, jobName, isPR)) {
// Set the label.
- label('windows_clr_perf')
+ label('windows_server_2016_clr_perf')
wrappers {
credentialsBinding {
string('BV_UPLOAD_SAS_TOKEN', 'CoreCLR Perf BenchView Sas')
@@ -194,7 +194,7 @@ def static getOSGroup(def os) {
def newJob = job(Utilities.getFullJobName(project, "perf_throughput_perflab_${os}_${arch}_${opt_level}_${jit}", isPR)) {
// Set the label.
- label('windows_clr_perf')
+ label('windows_server_2016_clr_perf')
wrappers {
credentialsBinding {
string('BV_UPLOAD_SAS_TOKEN', 'CoreCLR Perf BenchView Sas')
@@ -572,7 +572,7 @@ parallel(
}
// Set the label.
- label('windows_clr_perf')
+ label('windows_server_2016_clr_perf')
wrappers {
credentialsBinding {
string('BV_UPLOAD_SAS_TOKEN', 'CoreCLR Perf BenchView Sas')