Skip to content

Commit

Permalink
Revert "Move the perf jobs to Windows.10.Amd64.ClientRS4.DevEx.15.8.O…
Browse files Browse the repository at this point in the history
…pen (dotnet#21258)" (dotnet#21412)

This reverts commit 5bb1b41.
  • Loading branch information
michellemcdaniel committed Dec 6, 2018
1 parent 4ea2c29 commit 82693d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions perf.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def static getOSGroup(def os) {
def newJob = job(Utilities.getFullJobName(project, jobName, isPR)) {
// Set the label.
if (isSmoketest) {
label('Windows.10.Amd64.ClientRS4.DevEx.15.8.Open')
label('Windows.Amd64.ClientRS4.DevEx.15.8.Perf')
python = "C:\\python3.7.0\\python.exe"
}
else {
Expand Down Expand Up @@ -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.10.Amd64.ClientRS4.DevEx.15.8.Open')
label('Windows.Amd64.ClientRS4.DevEx.15.8.Perf')

wrappers {
credentialsBinding {
Expand Down Expand Up @@ -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.10.Amd64.ClientRS4.DevEx.15.8.Open')
label('Windows.Amd64.ClientRS4.DevEx.15.8.Perf')

def testEnv = ""
def python = "C:\\python3.7.0\\python.exe"
Expand Down

0 comments on commit 82693d8

Please sign in to comment.