Add the correct job name and regex to arm64 ubuntu flow jobs
authorjashook <jashoo@microsoft.com>
Thu, 20 Jul 2017 18:59:18 +0000 (11:59 -0700)
committerjashook <jashoo@microsoft.com>
Thu, 20 Jul 2017 18:59:18 +0000 (11:59 -0700)
This will keep the arm64 ubuntu jobs from being default auto triggered.

netci.groovy

index b6d3a1d6d13db64d173a7e8f066e39879853e9fa..f5d37004eae66d8751c0792e0a56317e223610cc 100755 (executable)
@@ -1207,7 +1207,7 @@ def static addTriggers(def job, def branch, def isPR, def architecture, def os,
                     switch (scenario) {
                         case 'default':
                             if (isFlowJob == true) {
-                                Utilities.addGithubPRTriggerForBranch(job, branch, "(?i).*test\\W+${os}\\W+${architecture}\\W+${configuration}.*")
+                                Utilities.addGithubPRTriggerForBranch(job, branch, "${os} ${architecture} ${configuration}", "(?i).*test\\W+${os}\\W+${architecture}\\W+${configuration}.*")
                             }
 
                             // For now only run Debug jobs on PR Trigger.