summaryrefslogtreecommitdiff
path: root/netci.groovy
diff options
context:
space:
mode:
authorMatt Mitchell <mmitche@microsoft.com>2016-02-19 15:42:21 -0800
committerMatt Mitchell <mmitche@microsoft.com>2016-02-19 15:42:21 -0800
commitce58c16d913aab08daf196dfd57ec56603ac59d2 (patch)
tree0dd51f230c03d0d0bdfc2fe0d4ea4689ab497495 /netci.groovy
parent1340098bdc6ac20566ccece2eb7de135866947f4 (diff)
downloadcoreclr-ce58c16d913aab08daf196dfd57ec56603ac59d2.tar.gz
coreclr-ce58c16d913aab08daf196dfd57ec56603ac59d2.tar.bz2
coreclr-ce58c16d913aab08daf196dfd57ec56603ac59d2.zip
Revert "Fix PR trigger for ubuntu/osx corefx testing"
Diffstat (limited to 'netci.groovy')
-rw-r--r--netci.groovy8
1 files changed, 1 insertions, 7 deletions
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':