Skip to content

Commit

Permalink
Make OSX 10.11 usage explicit (#17483) (#17488)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmitche committed Mar 6, 2017
1 parent 4345414 commit b722426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netci.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -132,14 +132,14 @@ commitPullList.each { isPr ->
def jobName = Utilities.getFullJobName(projectName, "mac_debug", isPr)
def myJob = job(jobName) {
description("Mac tests")
label('mac-roslyn')
steps {
shell("./cibuild.sh --nocache --debug")
}
}

def triggerPhraseOnly = true
def triggerPhraseExtra = "mac"
Utilities.setMachineAffinity(myJob, 'OSX10.11', 'latest-or-auto')
Utilities.addXUnitDotNETResults(myJob, '**/xUnitResults/*.xml')
addRoslynJob(myJob, jobName, branchName, isPr, triggerPhraseExtra, triggerPhraseOnly)
}
Expand Down

0 comments on commit b722426

Please sign in to comment.