summaryrefslogtreecommitdiff
path: root/netci.groovy
diff options
context:
space:
mode:
authorPrajwal A N <an.prajwal@samsung.com>2016-05-25 19:48:38 +0900
committerPrajwal A N <an.prajwal@samsung.com>2016-06-23 12:00:54 +0900
commite86ea35b030abd01252c3bbf9268875e9dd2d049 (patch)
tree376b0ddc72ee49b72f368a6233861c14554bbd25 /netci.groovy
parent2134a6e21a028fb287bea8fa7f88a24754b19e9a (diff)
downloadcoreclr-e86ea35b030abd01252c3bbf9268875e9dd2d049.tar.gz
coreclr-e86ea35b030abd01252c3bbf9268875e9dd2d049.tar.bz2
coreclr-e86ea35b030abd01252c3bbf9268875e9dd2d049.zip
ARM-CI: Make the Linux ARM emulator check automatic
* Previously the Linux ARM emulator build had to be triggered manually * Making this check automatic based on the stability of emulator build Signed-off-by: Prajwal A N <an.prajwal@samsung.com>
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 1082691882..6c86765526 100755
--- a/netci.groovy
+++ b/netci.groovy
@@ -1044,7 +1044,7 @@ def static addTriggers(def job, def branch, def isPR, def architecture, def os,
Utilities.addGithubPRTriggerForBranch(job, branch, "${os} ${architecture} Cross ${configuration} Build")
}
else {
- Utilities.addGithubPRTriggerForBranch(job, branch, "Linux ARM Emulator Cross ${configuration} Build", "(?i).*test\\W+Linux\\W+arm\\W+emulator\\W+${configuration}.*")
+ Utilities.addGithubPRTriggerForBranch(job, branch, "Linux ARM Emulator Cross ${configuration} Build")
}
break
default: