From 2fba37a6a2c42c6c723e7bff59340e295b55853f Mon Sep 17 00:00:00 2001 From: Jared Parsons Date: Wed, 14 Jun 2017 13:17:01 -0700 Subject: [PATCH] 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 --- netci.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netci.groovy b/netci.groovy index 8c3bb3e7363..616d2ab223e 100644 --- a/netci.groovy +++ b/netci.groovy @@ -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) -- GitLab