Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 72a3fea

Browse files
Move ILLink and SizeOnDisk testing to Helix Queue (#20569) (#20851)
1 parent 47e6ebe commit 72a3fea

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

perf.groovy

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -677,6 +677,7 @@ parallel(
677677
['x64', 'x86'].each { arch ->
678678
def architecture = arch
679679
def newJob = job(Utilities.getFullJobName(project, "sizeondisk_${arch}", false)) {
680+
label('Windows.Amd64.ClientRS4.DevEx.15.8.Perf')
680681

681682
wrappers {
682683
credentialsBinding {
@@ -726,8 +727,6 @@ parallel(
726727
}
727728
}
728729

729-
Utilities.setMachineAffinity(newJob, "Windows_NT", '20170427-elevated')
730-
731730
def archiveSettings = new ArchivalSettings()
732731
archiveSettings.addFiles('bin/toArchive/**')
733732
archiveSettings.addFiles('machinedata.json')
@@ -763,6 +762,7 @@ parallel(
763762
['full_opt'].each { opt_level ->
764763
def architecture = arch
765764
def newJob = job(Utilities.getFullJobName(project, "perf_illink_${os}_${arch}_${opt_level}_${jit}", isPR)) {
765+
label('Windows.Amd64.ClientRS4.DevEx.15.8.Perf')
766766

767767
def testEnv = ""
768768
wrappers {
@@ -819,7 +819,6 @@ parallel(
819819
archiveSettings.setAlwaysArchive()
820820

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

0 commit comments

Comments
 (0)