summaryrefslogtreecommitdiff
path: root/netci.groovy
diff options
context:
space:
mode:
authorMatt Mitchell <mmitche@microsoft.com>2016-02-10 08:21:19 -0800
committerMatt Mitchell <mmitche@microsoft.com>2016-02-10 08:21:19 -0800
commit017985b332efed6a7f9f46b98c20f754e9b36e8f (patch)
tree44147f2944beff86ffd43cbc9f5d249f41d6b0af /netci.groovy
parent149bc3f66f706ca8df5948a5786689c7b9ce1362 (diff)
downloadcoreclr-017985b332efed6a7f9f46b98c20f754e9b36e8f.tar.gz
coreclr-017985b332efed6a7f9f46b98c20f754e9b36e8f.tar.bz2
coreclr-017985b332efed6a7f9f46b98c20f754e9b36e8f.zip
Switch to auto images
Diffstat (limited to 'netci.groovy')
-rw-r--r--netci.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/netci.groovy b/netci.groovy
index da0f63e459..c8d124a862 100644
--- a/netci.groovy
+++ b/netci.groovy
@@ -64,7 +64,7 @@ def static setMachineAffinity(def job, def os, def architecture) {
label('arm64')
}
} else {
- return Utilities.setMachineAffinity(job, os);
+ return Utilities.setMachineAffinity(job, os, 'latest-or-auto');
}
}