Vetting Github Pull requests with Hudson

Posted by cdecker on Super User See other posts from Super User or by cdecker
Published on 2011-01-17T22:07:07Z Indexed on 2011/01/17 22:55 UTC
Read the original article Hit count: 227

Filed under:
|
|
|

I've been using Gerrit and Hudson very successfully to test and automatically vote on new checkins in the past and now I'm wondering whether it is possible to set up Hudson so that it'll check Github at regular intervals and looks if there are new Pull Requests available. If yes it should apply the patch and run the unit tests against it, adding a comment to the pull request if no failure is detected. It would certainly reduce the amount of work going into vetting patches/pull requests.

Is that possible at all, or should I stick with my Gerrit setup?

© Super User or respective owner

Related posts about git

Related posts about github