diff options
author | José Rivero <jorive@microsoft.com> | 2017-09-05 17:38:54 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-05 17:38:54 -0700 |
commit | e59fab0c899343fc5d382583bd07f4595659ac54 (patch) | |
tree | ea350b108665e192034a4fd954cde35195ec94f5 /perf.groovy | |
parent | a8f83b615708c529b112898e7d2fbc3f618b26ee (diff) | |
download | coreclr-e59fab0c899343fc5d382583bd07f4595659ac54.tar.gz coreclr-e59fab0c899343fc5d382583bd07f4595659ac54.tar.bz2 coreclr-e59fab0c899343fc5d382583bd07f4595659ac54.zip |
Moving the Windows Performance runs from Server 2012 to Server 2016. (#13725)
Diffstat (limited to 'perf.groovy')
-rw-r--r-- | perf.groovy | 6 |
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') |