Move ARM64 Windows boxen to be Helix-provisioned (#20204)
authorMatt Galbraith <MattGal@users.noreply.github.com>
Tue, 9 Oct 2018 21:18:50 +0000 (14:18 -0700)
committerJarret Shook <jashoo@microsoft.com>
Tue, 9 Oct 2018 21:18:50 +0000 (14:18 -0700)
netci.groovy

index 6d7e0aa..111141f 100755 (executable)
@@ -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'