buildbot
buildbot copied to clipboard
Python-based continuous integration testing framework; your pull requests are more than welcome!
It would be great to be able to have a Reporter that sends test results to a Slack channel. This is available in other CI tools, eg Travis: https://docs.travis-ci.com/user/notifications/#configuring-slack-notifications. There's...
We recently added a Docker latent worker to our buildbot and it works mostly fine, except that if we use `followStartupLogs=True` and if there are queued builds when the current...
It would be nice to add "extra_args" property to renderables. May be some other properties too (like method, mode, etc)? https://github.com/buildbot/buildbot/blob/9c20ee9f57e4e3deda6abe479a4b3f2e8f5c6c7d/master/buildbot/steps/source/svn.py#L41
Fix #6285 new buildrequests arrive one by one in a burst. Problem is that the brd is triggered right at the first event, so all the fancy prioritization API we...
we have the problem, that a worker cannot connect: 2022-01-07 17:45:14+0100 [Broker,215,54.37.56.77] worker 'workername' attaching from IPv4Address(type='TCP', host='someip', port=31427) 2022-01-07 17:45:14+0100 [Broker,215,54.37.56.77] Got workerinfo from 'workername' 2022-01-07 17:45:14+0100 [Broker,215,54.37.56.77] worker...
buildbot should set appropriate flags on cookies. e.g.: https://buildbot.buildbot.net sets cookie TWISTED_SESSION without the Secure or HTTPOnly flags. Cookies that may contain sensitive information, such as session identifiers, should be...
The commands "buildbot graphql-schema" and "buildbot dataspec" seem to require buildbot tests to be installed which are not available when installing via pip. Steps to reproduce: 1. Create VirtualEnv 2....
The `BuildStep` class suggests that the `alwaysRun` argument is renderable (https://github.com/buildbot/buildbot/blob/b9c558217c72e4c2463eedc7ec6d56736f7b01a8/master/buildbot/process/buildstep.py#L181) But when doing something like this, the step would always run, even though the renderable `always_run_step` returns `False`. ```python...
I am logging this as a last chance effort to save the weeks I put into setting up a buildbot farm to do CI testing of the software my team...
I'm having issues where sometimes, if the worker build fails, the server state is not updated accordingly and remains at the building / yellow badge state. This is with the...