Sean Kelly
Sean Kelly
Yes, but I had to subclass `BitbucketServerStatusPush`. First was to configure it with the desired builds to report back set using the `builders` parameter. Second, subclass the `filterBuilds` method to...
win + debian_7 wouldn't be possible because it's hierarchical. The debian_7 would only appear under linux. A more complete example: ``` job_options: linux: debian_7: ... win: win_10: .. ``` Definitely...
This PR sort of does two things: 1. Set dist, os, and language as properties along with making it more flexible beyond assuming language=python. 2. Looks up those properties to...
I haven't updated the code yet, it was a hypothetical question.
Did the code change anyway. I think I removed the `job_options` part. It was much smaller than the rest.
Rebased to fix conflicts.
This would need to be first added to Buildbot itself.
Looking through the source more, I now realize this is possible if runners are all latent workers and spawners are non-latent workers. I still think it would be useful to...
Note that Buildbot does not yet support Kubernetes. Take a look at the example directory for an example on how to get it running.
Buildbot can run on Kubernetes but does not support starting workers using Kubernetes. There is an open PR (buildbot/buildbot#3467) about this.