Fix perf.groovy
authorSwaroop Sridhar <swaroops@microsoft.com>
Sat, 17 Jun 2017 01:50:31 +0000 (18:50 -0700)
committerSwaroop Sridhar <Swaroop.Sridhar@microsoft.com>
Sat, 17 Jun 2017 03:18:04 +0000 (20:18 -0700)
Fix perf.groovy so that ILLink perf tests can be triggered.

Commit migrated from https://github.com/dotnet/coreclr/commit/a98c8f20475dbdbfc5e9bdafcfdabf0e8826d5d5

src/coreclr/perf.groovy

index 798a6be..3331a6f 100644 (file)
@@ -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')
                     }
                 }