提交 2fba37a6 编写于 作者: J Jared Parsons 提交者: Ivan Basov

Disable integration tests while investigating (#20216)

Looks like there is still fall out from the licensing issue.  VS integration tests still failing
at 100% due to a timeout issue.  Change them to not run by default while we look into this.

Can still be run manually for testing with

test vsintegration please
上级 9e3f773f
......@@ -221,8 +221,8 @@ commitPullList.each { isPr ->
}
}
def triggerPhraseOnly = false
def triggerPhraseExtra = ""
def triggerPhraseOnly = true
def triggerPhraseExtra = "vsintegration"
Utilities.setMachineAffinity(myJob, 'Windows_NT', 'latest-dev15-3-preview2')
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.
先完成此消息的编辑!
想要评论请 注册