From: Michelle McDaniel Date: Thu, 21 Mar 2019 16:20:40 +0000 (-0700) Subject: Change perf smoketest queue (#23371) X-Git-Tag: accepted/tizen/unified/20190813.215958~55^2~36 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e2ec23676cdf7e30c2f5691c3d74c062658284c1;p=platform%2Fupstream%2Fcoreclr.git Change perf smoketest queue (#23371) We have installed python3 on all of the Helix queues, so we no longer need to be on a special perf queue for the smoketest runs. --- diff --git a/perf.groovy b/perf.groovy index ac7222d..a8316e4 100644 --- a/perf.groovy +++ b/perf.groovy @@ -41,7 +41,7 @@ def static getOSGroup(def os) { def newJob = job(Utilities.getFullJobName(project, jobName, isPR)) { // Set the label. if (isSmoketest) { - label('Windows.Amd64.ClientRS4.DevEx.15.8.Perf') + label('Windows.10.Amd64.ClientRS4.DevEx.15.8.Open') python = "C:\\python3.7.0\\python.exe" } else { @@ -767,7 +767,7 @@ def static getFullThroughputJobName(def project, def os, def arch, def isPR) { ['x64', 'x86'].each { arch -> def architecture = arch def newJob = job(Utilities.getFullJobName(project, "sizeondisk_${arch}", false)) { - label('Windows.Amd64.ClientRS4.DevEx.15.8.Perf') + label('Windows.10.Amd64.ClientRS4.DevEx.15.8.Open') wrappers { credentialsBinding { @@ -853,7 +853,7 @@ def static getFullThroughputJobName(def project, def os, def arch, def isPR) { ['full_opt'].each { opt_level -> def architecture = arch def newJob = job(Utilities.getFullJobName(project, "perf_illink_${os}_${arch}_${opt_level}_${jit}", isPR)) { - label('Windows.Amd64.ClientRS4.DevEx.15.8.Perf') + label('Windows.10.Amd64.ClientRS4.DevEx.15.8.Open') def testEnv = "" def python = "C:\\python3.7.0\\python.exe"