mikeferguson / buildbot-ros

A buildbot configuration for building ROS debians, docs, and tests.
51 stars 27 forks source link

Github PR Builder #52

Closed mehwang closed 9 years ago

mehwang commented 9 years ago

Resolves #34

This adds support for buildbot to get open pull requests, build and test them if they haven't been before by the buildbot, and publish the status of the build to the PR.

Providing a valid OAuth2 token to the 'token' kwarg in test_builders_from_rosdistro will enable pull request polling for changes (default interval: 15 seconds).