Skip to content

Commit

Permalink
Move ILLink and SizeOnDisk testing to Helix Queue (dotnet#20569)
Browse files Browse the repository at this point in the history
  • Loading branch information
michellemcdaniel authored and A-And committed Nov 20, 2018
1 parent 650c90d commit 4aaa706
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions perf.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -753,6 +753,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')

wrappers {
credentialsBinding {
Expand Down Expand Up @@ -802,8 +803,6 @@ def static getFullThroughputJobName(def project, def os, def arch, def isPR) {
}
}

Utilities.setMachineAffinity(newJob, "Windows_NT", '20170427-elevated')

def archiveSettings = new ArchivalSettings()
archiveSettings.addFiles('bin/toArchive/**')
archiveSettings.addFiles('machinedata.json')
Expand Down Expand Up @@ -839,6 +838,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')

def testEnv = ""
wrappers {
Expand Down Expand Up @@ -900,7 +900,6 @@ def static getFullThroughputJobName(def project, def os, def arch, def isPR) {
archiveSettings.setAlwaysArchive()

// Set the label (currently we are only measuring size, therefore we are running on VM).
Utilities.setMachineAffinity(newJob, "Windows_NT", '20170427-elevated')
Utilities.addArchival(newJob, archiveSettings)
Utilities.standardJobSetup(newJob, project, isPR, "*/${branch}")

Expand Down

0 comments on commit 4aaa706

Please sign in to comment.