提交 a86dfdbd 编写于 作者: J Jared Parsons

Add mac / linux trigger phrases

This restores the ability to utter the following test phrases:

- test mac please
- test linux please
上级 2714017c
......@@ -121,7 +121,7 @@ commitPullList.each { isPr ->
}
def triggerPhraseOnly = false
def triggerPhraseExtra = ""
def triggerPhraseExtra = "linux"
Utilities.setMachineAffinity(myJob, 'Ubuntu14.04', 'latest-or-auto')
Utilities.addXUnitDotNETResults(myJob, '**/xUnitResults/*.xml')
addRoslynJob(myJob, jobName, branchName, isPr, triggerPhraseExtra, triggerPhraseOnly)
......@@ -139,7 +139,7 @@ commitPullList.each { isPr ->
}
def triggerPhraseOnly = true
def triggerPhraseExtra = ""
def triggerPhraseExtra = "mac"
Utilities.addXUnitDotNETResults(myJob, '**/xUnitResults/*.xml')
addRoslynJob(myJob, jobName, branchName, isPr, triggerPhraseExtra, triggerPhraseOnly)
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册