[users at bb.net] Buildbot's own github configuration?
Ryan Schmidt
buildbot at ryandesign.com
Thu Jun 11 09:29:05 UTC 2020
On Jun 11, 2020, at 04:23, Roland van Laar wrote:
> Buildbot's own github repo has a nice integration.
> For example. Checks on commits and PullRequests have
> a list of tests that failed and passed.
>
> I would love for my own buildbot to have that level of integration.
>
> I'm looking for information on how that was achieved.
> Is there documentation, or code that I can look at?
I'm not privy to how buildbot does it for their own GitHub repos, but MacPorts does it for our macports-ports and macports-base repos like this:
https://docs.buildbot.net/0.8.14/manual/cfg-statustargets.html#githubstatus
https://github.com/macports/macports-infrastructure/blob/master/buildbot/master.cfg#L201
...but we are still using buildbot 0.8 so if you're using buildbot 0.9 or later things are likely very different.
More information about the users
mailing list