Move to auto-images
This commit is contained in:
parent
129bd03098
commit
c43922610a
1 changed files with 1 additions and 2 deletions
|
@ -40,7 +40,6 @@ def static getBuildJobName(def configuration, def os) {
|
||||||
|
|
||||||
def newJob = job(Utilities.getFullJobName(project, jobName, isPR)) {
|
def newJob = job(Utilities.getFullJobName(project, jobName, isPR)) {
|
||||||
// Set the label.
|
// Set the label.
|
||||||
label(machineLabelMap[os])
|
|
||||||
steps {
|
steps {
|
||||||
if (os == 'Windows_NT') {
|
if (os == 'Windows_NT') {
|
||||||
// Batch
|
// 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.standardJobSetup(newJob, project, isPR)
|
||||||
Utilities.addXUnitDotNETResults(newJob, '**/*-testResults.xml')
|
Utilities.addXUnitDotNETResults(newJob, '**/*-testResults.xml')
|
||||||
if (isPR) {
|
if (isPR) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue