From ce58c16d913aab08daf196dfd57ec56603ac59d2 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Fri, 19 Feb 2016 15:42:21 -0800 Subject: Revert "Fix PR trigger for ubuntu/osx corefx testing" --- netci.groovy | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'netci.groovy') diff --git a/netci.groovy b/netci.groovy index fd6dfe69e5..f8d9e5249b 100644 --- a/netci.groovy +++ b/netci.groovy @@ -290,8 +290,7 @@ def static addTriggers(def job, def isPR, def architecture, def os, def configur case 'Ubuntu': case 'OSX': // Triggers on the non-flow jobs aren't necessary here - // Corefx testing uses a single non-flow job like Windows coreclr testing. - if (!isFlowJob && !isCorefxTesting(scenario)) { + if (!isFlowJob) { break } switch (scenario) { @@ -799,11 +798,6 @@ combinedScenarios.each { scenario -> case 'CentOS7.1': case 'RHEL7.2': case 'OpenSUSE13.2': - - // Ubuntu and OSX coreclr testing uses a different build flow. - if (os in Constants.crossList && !enableCorefxTesting) { - break; - } switch (architecture) { case 'x64': case 'x86': -- cgit v1.2.3