Use centOS Checked jobs
authorjashook <jashoo@microsoft.com>
Fri, 26 Jan 2018 17:08:43 +0000 (09:08 -0800)
committerjashook <jashoo@microsoft.com>
Fri, 26 Jan 2018 18:43:20 +0000 (10:43 -0800)
netci.groovy

index fe679c0..8153cde 100755 (executable)
@@ -190,7 +190,7 @@ class Constants {
         'CentOS7.1': [
             'x64': [
                 'Debug',
-                'Release'
+                'Checked'
             ]
         ],
         'OSX10.12': [
@@ -1361,7 +1361,7 @@ def static addTriggers(def job, def branch, def isPR, def architecture, def os,
                             }
                             
                             // Make sure this is a flow job to get build and test.
-                            if (configuration == 'Release' && isFlowJob) {
+                            if (configuration == 'Checked' && isFlowJob) {
                                 assert job.name.contains("flow")
                                 // Default trigger
                                 Utilities.addGithubPRTriggerForBranch(job, branch, "${os} ${architecture} ${configuration} Innerloop Build and Test")