提交 4109026e 编写于 作者: T Tanner Gooding 提交者: GitHub

Merge pull request #12396 from tannergooding/master

Updating the netci.groovy script to use 'latest-or-auto-dev15'
......@@ -103,7 +103,7 @@ set TMP=%TEMP%
def triggerPhraseOnly = configuration == 'release'
def triggerPhraseExtra = ""
Utilities.setMachineAffinity(myJob, 'Windows_NT', 'latest-or-auto-update3')
Utilities.setMachineAffinity(myJob, 'Windows_NT', 'latest-or-auto-dev15')
Utilities.addXUnitDotNETResults(myJob, '**/xUnitResults/*.xml')
addRoslynJob(myJob, jobName, branchName, isPr, triggerPhraseExtra, triggerPhraseOnly)
}
......@@ -160,7 +160,7 @@ set TMP=%TEMP%
def triggerPhraseOnly = true
def triggerPhraseExtra = "determinism"
Utilities.setMachineAffinity(myJob, 'Windows_NT', 'latest-or-auto-update3')
Utilities.setMachineAffinity(myJob, 'Windows_NT', 'latest-or-auto-dev15')
addRoslynJob(myJob, jobName, branchName, isPr, triggerPhraseExtra, triggerPhraseOnly)
}
......@@ -177,7 +177,7 @@ commitPullList.each { isPr ->
def triggerPhraseOnly = false
def triggerPhraseExtra = "perf-correctness"
Utilities.setMachineAffinity(myJob, 'Windows_NT', 'latest-or-auto-update3')
Utilities.setMachineAffinity(myJob, 'Windows_NT', 'latest-or-auto-dev15')
addRoslynJob(myJob, jobName, branchName, isPr, triggerPhraseExtra, triggerPhraseOnly)
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册