summaryrefslogtreecommitdiff
path: root/netci.groovy
diff options
context:
space:
mode:
authorBruce Forstall <brucefo@microsoft.com>2018-02-06 11:33:33 -0800
committerBruce Forstall <brucefo@microsoft.com>2018-02-06 11:33:33 -0800
commite2ead1e8540d7d9cbf0f3cdde52a01f930501fae (patch)
tree8192c381c209281c8aaaa80fa33ce72eb06e49eb /netci.groovy
parent3c5be9625d04d89279a5f7c02eaa04752eff5e03 (diff)
downloadcoreclr-e2ead1e8540d7d9cbf0f3cdde52a01f930501fae.tar.gz
coreclr-e2ead1e8540d7d9cbf0f3cdde52a01f930501fae.tar.bz2
coreclr-e2ead1e8540d7d9cbf0f3cdde52a01f930501fae.zip
Fix name of OSX10.12 and Ubuntu innerloop jobs
Diffstat (limited to 'netci.groovy')
-rwxr-xr-xnetci.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/netci.groovy b/netci.groovy
index 0599031b64..a94dacd34a 100755
--- 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