Merge pull request #1378 from mmitche/move-to-auto

Move to auto-images
This commit is contained in:
Bryan Thornbury 2016-02-11 17:40:13 -08:00
commit 5a257a7107

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