Move to auto-images

This commit is contained in:
Matt Mitchell 2016-02-08 16:17:00 -08:00
parent 129bd03098
commit c43922610a

View file

@ -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) {