Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Merge pull request #5211 from prajwal-aithal/devel/automate-arm-ci
Browse files Browse the repository at this point in the history
ARM-CI: Make the Linux ARM emulator check automatic
  • Loading branch information
Jarret Shook committed Jun 23, 2016
2 parents 2134a6e + e86ea35 commit 63796e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netci.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 63796e5

Please sign in to comment.