On 2020-06-11 11:29, Ryan Schmidt wrote:

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.
Interesting, especially the filter. Thank you.
I noticed macports has azure and travis checks on PRs but run buildbot on commits.

I found out how buildbot themselves does it. The configuration is a bit convoluted. The meta buildbot repository loads the travis plugin and configures it with a yaml file. The travis integration automatically adds github status when it detects a github repo.

Regards,

Roland


_______________________________________________
users mailing list
users@buildbot.net
https://lists.buildbot.net/mailman/listinfo/users

Reply via email to