From c43922610a9ee71d8b0f10e7ab0d7345a391805c Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Mon, 8 Feb 2016 16:17:00 -0800 Subject: [PATCH] Move to auto-images --- netci.groovy | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/netci.groovy b/netci.groovy index a617fa11d..17e150f04 100644 --- a/netci.groovy +++ b/netci.groovy @@ -40,7 +40,6 @@ def static getBuildJobName(def configuration, def os) { def newJob = job(Utilities.getFullJobName(project, jobName, isPR)) { // Set the label. - label(machineLabelMap[os]) steps { if (os == 'Windows_NT') { // Batch @@ -64,7 +63,7 @@ def static getBuildJobName(def configuration, def os) { } } - + Utilities.setMachineAffinity(newJob, os, 'latest-or-auto') Utilities.standardJobSetup(newJob, project, isPR) Utilities.addXUnitDotNETResults(newJob, '**/*-testResults.xml') if (isPR) {