From a98c8f20475dbdbfc5e9bdafcfdabf0e8826d5d5 Mon Sep 17 00:00:00 2001 From: Swaroop Sridhar Date: Fri, 16 Jun 2017 18:50:31 -0700 Subject: Fix perf.groovy Fix perf.groovy so that ILLink perf tests can be triggered. --- perf.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perf.groovy') diff --git a/perf.groovy b/perf.groovy index 798a6be8eb..3331a6fa04 100644 --- a/perf.groovy +++ b/perf.groovy @@ -511,10 +511,10 @@ parallel( def architecture = arch def newJob = job(Utilities.getFullJobName(project, "perf_illink_${os}_${arch}", isPR)) { // Set the label. - label('windows_Illink_perf') + label('windows_clr_perf') wrappers { credentialsBinding { - string('BV_UPLOAD_SAS_TOKEN', 'ILLink BenchView Sas') + string('BV_UPLOAD_SAS_TOKEN', 'CoreCLR Perf BenchView Sas') } } -- cgit v1.2.3