Hi David, I have been working lately at replacing our travis-CI use by buildbot.
It is working now as an alternate CI for our own PR You can see for example that PR, and the actual results sent by buildbot https://github.com/buildbot/buildbot/pull/2438 It is supporting all that you are mentionning. The source code is here: https://github.com/buildbot/buildbot_travis I will be posting a tutorial video very soon explaining how to deploy this easily on hyper.sh Regards, Pierre Le jeu. 6 oct. 2016 à 20:34, David Cournapeau <[email protected]> a écrit : > Hi there, > > I was wondering whether it was possible to emulate travis-ci behaviour > with buildbot. Specifically, I would like the following: > > * matrix support (typically [platform] * [python version] kind of setup) > * automatic building of PR from github > * ability to re-execute a specific commit from that PR > * manage multiple open PRs > > Since I have not found much about PR integration in buildbot, I suspect > this is not supported out of the box. Would it be much work to implement > this ? I am not familiar with buildbot codebase, but am a fairly > experienced python developer). > > thanks, > David > > -- > blog: http://cournape.wordpress.com > code: https://github.com/cournape > twitter: @cournape > _______________________________________________ > users mailing list > [email protected] > https://lists.buildbot.net/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] https://lists.buildbot.net/mailman/listinfo/users
