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

Commit

Permalink
[release/2.2] Move ARM64 Windows boxen to be Helix-provisioned (#20204)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattGal authored and echesakov committed Oct 23, 2018
1 parent 2e40f67 commit 8f1a056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netci.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ def static setMachineAffinity(def job, def os, def architecture, def options = n
if (isBuild == true) {
Utilities.setMachineAffinity(job, os, 'latest-arm64')
} else {
Utilities.setMachineAffinity(job, os, 'arm64-windows_nt')
Utilities.setMachineAffinity(job, 'windows.10.arm64.open')
}
} else {
assert os != 'Windows_NT'
Expand Down

0 comments on commit 8f1a056

Please sign in to comment.