summaryrefslogtreecommitdiff
path: root/netci.groovy
diff options
context:
space:
mode:
Diffstat (limited to 'netci.groovy')
-rwxr-xr-xnetci.groovy9
1 files changed, 7 insertions, 2 deletions
diff --git a/netci.groovy b/netci.groovy
index 72736dafb8..c48d71d143 100755
--- a/netci.groovy
+++ b/netci.groovy
@@ -1820,7 +1820,6 @@ def static addTriggers(def job, def branch, def isPR, def architecture, def os,
}
switch (scenario) {
case 'innerloop':
- case 'corefx_innerloop':
isDefaultTrigger = true
break
@@ -1875,8 +1874,14 @@ def static addTriggers(def job, def branch, def isPR, def architecture, def os,
switch (scenario) {
case 'innerloop':
case 'no_tiered_compilation_innerloop':
- case 'corefx_innerloop':
isDefaultTrigger = true
+ break
+
+ case 'corefx_innerloop':
+ if (configuration == 'Checked' || configuration == 'Release') {
+ isDefaultTrigger = true
+ }
+ break
default:
break