summaryrefslogtreecommitdiff
path: root/netci.groovy
diff options
context:
space:
mode:
authorMatt Galbraith <MattGal@users.noreply.github.com>2018-10-09 14:18:50 -0700
committerJarret Shook <jashoo@microsoft.com>2018-10-09 14:18:50 -0700
commit8502d4da3f8767eda617bdcc40741cbac089e981 (patch)
tree388748c8d9d2b690c7cd4a4190f050144d24d0b4 /netci.groovy
parent8965f930a5374aede9922766fb615a3fe2039827 (diff)
downloadcoreclr-8502d4da3f8767eda617bdcc40741cbac089e981.tar.gz
coreclr-8502d4da3f8767eda617bdcc40741cbac089e981.tar.bz2
coreclr-8502d4da3f8767eda617bdcc40741cbac089e981.zip
Move ARM64 Windows boxen to be Helix-provisioned (#20204)
Diffstat (limited to 'netci.groovy')
-rwxr-xr-xnetci.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/netci.groovy b/netci.groovy
index 6d7e0aa2da..111141f3b7 100755
--- a/netci.groovy
+++ b/netci.groovy
@@ -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'