From e86ea35b030abd01252c3bbf9268875e9dd2d049 Mon Sep 17 00:00:00 2001 From: Prajwal A N Date: Wed, 25 May 2016 19:48:38 +0900 Subject: 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 --- netci.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'netci.groovy') 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: -- cgit v1.2.3