projects
/
platform
/
upstream
/
coreclr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c5be96
)
Fix name of OSX10.12 and Ubuntu innerloop jobs
author
Bruce Forstall
<brucefo@microsoft.com>
Tue, 6 Feb 2018 19:33:33 +0000
(11:33 -0800)
committer
Bruce Forstall
<brucefo@microsoft.com>
Tue, 6 Feb 2018 19:33:33 +0000
(11:33 -0800)
netci.groovy
patch
|
blob
|
history
diff --git
a/netci.groovy
b/netci.groovy
index
0599031
..
a94dacd
100755
(executable)
--- a/
netci.groovy
+++ b/
netci.groovy
@@
-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