Enable Ubuntu arm Cross Release crossgen_comparison scenario by default (#20160)
authorEgor Chesakov <Egor.Chesakov@microsoft.com>
Thu, 27 Sep 2018 18:28:17 +0000 (11:28 -0700)
committerGitHub <noreply@github.com>
Thu, 27 Sep 2018 18:28:17 +0000 (11:28 -0700)
netci.groovy

index 0d00a48..726e10f 100755 (executable)
@@ -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