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

Commit

Permalink
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 Jarret Shook committed Oct 9, 2018
1 parent 8965f93 commit 8502d4d
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 @@ -762,7 +762,7 @@ def static setMachineAffinity(def job, def os, def architecture, def options = n
label('Windows.10.Amd64.ClientRS4.DevEx.Open')
}
} 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 8502d4d

Please sign in to comment.