buildbot icon indicating copy to clipboard operation
buildbot copied to clipboard

Python-based continuous integration testing framework; your pull requests are more than welcome!

Results 410 buildbot issues
Sort by recently updated
recently updated
newest added

Not sure if this is a bug or if there's some configuration change I can make. We have build triggered by submissions to a repository, and those have source stamps...

Hi folks! I'm experimenting with a feature to test code before it's submitted to our mainline branch (for example through shelving a CL in Perforce, or through committing code to...

I have noticed that when we subscribe to updates of builds via code like you find in ```console_view``` (taken from [this file](https://github.com/buildbot/buildbot/blob/master/www/console_view/src/module/main.module.coffee)) @$scope.builds = @builds = @dataAccessor.getBuilds property: ["got_revision"] limit:...

I am using MySQL as a backend, but if the terminal output is too long I get the error below. I'm not sure yet if there is a setting on...

bug

Frequently, while loading webpages, buildbot shows negative time for time elapsed for current build/step. It gets corrected automatically after few seconds. However, if buildbot is not very fast, this is...

bug
web UI
easy
good first issue

We have had a few instances of workers losing the network connection, and not get properly attached when they try to reconnect. As far as I can tell, the connection...

bug

There should be a `Janitor`, or `JanitorConfigurator` should have an option to delete logs for old builders (i.e. builders which have been removed from the configuration, which show up on...

easy
good first issue

This ticket is a migrated Trac ticket [3560](http://trac.buildbot.net/ticket/3560) People contributed to the original ticket: @rutsky Ticket created on: `Jun 07 2016` Ticket last modified on: `Jun 07 2016` --- Buildbot...

feature
eight-compat

Dustin gave a talk (presumably back in 2013) on [Coordinating Parallel Builds with Buildbot](https://releng.polymtl.ca/RELENG2013/html/slides/buildbot-talk/index.html). This steps through various models of parallel test execution and how to implement them in 2013...

```shell $ buildbot --version Buildbot version: 2.0.1-2 Twisted version: 18.9.0 ``` I'm trying to use the function prioritizeBuilders() documented on http://docs.buildbot.net/latest/manual/customization.html#builder-priority-functions ```python def prioritizeBuilders(buildmaster, builders): """Prioritize builders. First, prioritize inactive...