Fix name of OSX10.12 and Ubuntu innerloop jobs
authorBruce Forstall <brucefo@microsoft.com>
Tue, 6 Feb 2018 19:33:33 +0000 (11:33 -0800)
committerBruce Forstall <brucefo@microsoft.com>
Tue, 6 Feb 2018 19:33:33 +0000 (11:33 -0800)
netci.groovy

index 0599031..a94dacd 100755 (executable)
@@ -1284,7 +1284,7 @@ def static addTriggers(def job, def branch, def isPR, def architecture, def os,
                         case 'innerloop':
                             // PR Triggered jobs. These jobs will run pri0 tests.
                             if (configuration == 'Checked') {
-                                Utilities.addGithubPRTriggerForBranch(job, branch, "${os} ${architecture} ${configuration} Innerloop Build and Test.*")
+                                Utilities.addGithubPRTriggerForBranch(job, branch, "${os} ${architecture} ${configuration} Innerloop Build and Test")
                             }
                             break