Repository: cordova-medic Updated Branches: refs/heads/master 950989b3f -> da1bdbcd3
Only building changes to master branch. Project: http://git-wip-us.apache.org/repos/asf/cordova-medic/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-medic/commit/da1bdbcd Tree: http://git-wip-us.apache.org/repos/asf/cordova-medic/tree/da1bdbcd Diff: http://git-wip-us.apache.org/repos/asf/cordova-medic/diff/da1bdbcd Branch: refs/heads/master Commit: da1bdbcd3ce7af803a7ef346318a3a933da04d2d Parents: 950989b Author: Dmitry Blotsky <[email protected]> Authored: Wed Feb 10 13:48:36 2016 -0800 Committer: Dmitry Blotsky <[email protected]> Committed: Wed Feb 10 13:48:51 2016 -0800 ---------------------------------------------------------------------- buildbot-conf/cordova.conf | 31 +++++++++++++++++++------------ 1 file changed, 19 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-medic/blob/da1bdbcd/buildbot-conf/cordova.conf ---------------------------------------------------------------------- diff --git a/buildbot-conf/cordova.conf b/buildbot-conf/cordova.conf index 21c0081..f5759e8 100644 --- a/buildbot-conf/cordova.conf +++ b/buildbot-conf/cordova.conf @@ -441,18 +441,25 @@ c['status'].extend([]) ####### CHANGE FILTERS -cordova_e2e_run_triggers = ChangeFilter(codebase=CORE_PLUGINS + [ - 'cordova-cli', - 'cordova-js', - 'cordova-lib', - 'cordova-plugman', - 'cordova-mobile-spec', - 'cordova-medic', - 'cordova-windows', - 'cordova-android', - 'cordova-ios', - # 'cordova-blackberry', -]) +cordova_e2e_run_triggers = ChangeFilter( + + # only build changes to master + branch = 'master', + + # only build these codebases + codebase = CORE_PLUGINS + [ + 'cordova-cli', + 'cordova-js', + 'cordova-lib', + 'cordova-plugman', + 'cordova-mobile-spec', + 'cordova-medic', + 'cordova-windows', + 'cordova-android', + 'cordova-ios', + # 'cordova-blackberry', + ] +) ####### SCHEDULERS --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
