summaryrefslogtreecommitdiff
path: root/netci.groovy
diff options
context:
space:
mode:
authorEgor Chesakov <Egor.Chesakov@microsoft.com>2018-09-27 11:28:17 -0700
committerGitHub <noreply@github.com>2018-09-27 11:28:17 -0700
commitc11f789873e46a53b42bb1c91ce81c3669ca7145 (patch)
tree18ade820f4c39cbaa53b1396a9abf63c999baa25 /netci.groovy
parent9404b663a48979d3dc4b7545077ceb627d539dde (diff)
downloadcoreclr-c11f789873e46a53b42bb1c91ce81c3669ca7145.tar.gz
coreclr-c11f789873e46a53b42bb1c91ce81c3669ca7145.tar.bz2
coreclr-c11f789873e46a53b42bb1c91ce81c3669ca7145.zip
Enable Ubuntu arm Cross Release crossgen_comparison scenario by default (#20160)
Diffstat (limited to 'netci.groovy')
-rwxr-xr-xnetci.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/netci.groovy b/netci.groovy
index 0d00a48f9f..726e10fd2b 100755
--- a/netci.groovy
+++ b/netci.groovy
@@ -1961,7 +1961,7 @@ def static addTriggers(def job, def branch, def isPR, def architecture, def os,
}
break
case 'crossgen_comparison':
- if (os == 'Ubuntu' && architecture == 'arm' && configuration == 'Checked') {
+ if (os == 'Ubuntu' && architecture == 'arm' && (configuration == 'Checked' || configuration == 'Release')) {
isDefaultTrigger = true
}
break