-
#8447 adds some reporting of thread pool performance stats to CI, but you have to go in and copy-paste it from stdout on each bot if you want to use it for something.
It would be cool if we had two…
-
# Bug report
### Bug description:
The iOS buildbot is seeing an intermittent testing failure in `test_posix.PosixTester.test_confstr:
```python
====================================================…
-
I am trying to the `buildbot/buildbot-master:latest` docker image for my CI environment als it works like a charm except when trying to send emails.
I use the following email configuration:
```p…
-
i'm working on repositories that have continuous delivery pipelines based on multiple branches.
for this to work with buildbot-nix there needs to be an option that takes a list of branch names that b…
-
After executing buildbot start, the master loads the configuration from master.cfg. If some key values in the BuildmasterConfig are modified after the buildbot runs, how can the buildbot dynamically l…
-
I'm using buildbot 2.3.1 and some of my steps generate log files in html format that I would like to gather and view in the buildbot web app.
I'm currently using the following configuration:
```…
-
When updating the Buildbot configuration, we need to wait for Buildbot to not be executing any jobs before we can safely restart it.
See discussion in #300.
Apparently there is a way to just reload …
-
Reference(s):
- https://docs.buildbot.net/current/manual/configuration/changesources.html#choosing-a-change-source
- https://docs.buildbot.net/current/manual/configuration/changesources.html#pbchang…
-
I use bb-0.9.11 and python-2.7, CentOS-7.3.
I'm trying to use new feature (renderable builderNames) for ForceScheduler.
My code, just from docs:
```python
@util.renderer
@defer.inlineCallbacks
d…
-
1. Add a Webhook to your repository:
- Payload URL: http://HOST:PORT/github
- Content type: application/json
- Secret: The same as `hmac_key` in cfg.toml
2. Insert the following code to the B…