buildbot
buildbot copied to clipboard
Python-based continuous integration testing framework; your pull requests are more than welcome!
The GitHubStatusPush documentation indicates that a Github OAuth App needs to be created. Fine, I can do that, following https://docs.github.com/en/developers/apps/building-oauth-apps/creating-an-oauth-app But, there's that mandatory field, "Authorization Callback URL"... I have...
hi! I miss a place to share experience and configs with other users. Maybe there is a critical mass of buildbot users to do so and it would reduce the...
This fix updates `Git#_fetch` to check `self.mode == 'incremental'` before performing the checkout. I've updated all the tests but wanted some feedback given this seems to be such fundamental behaviour....
``` roland@MiX ~/wb23> poetry run buildbot create-master master mkdir /home/roland/wb23/master creating /home/roland/wb23/master/master.cfg.sample creating database (sqlite:///state.sqlite) retrying after sql error (_sqlite3.OperationalError) database is locked [SQL: CREATE TABLE test_unicode ( u VARCHAR(100),...
Permissions for all files in the secrets dir are checked regardless of if they are used by buildbot.
``` 2019-10-11 10:22:08+0100 [-] Permissions 0o660 on file xxx are too open. It is required that your secret files are NOT accessible by others! ``` The file in question is...
I've been trying to get the Git step to update my branch to master in order to commit some build artefacts but it looks like the mode is ignored. On...
hi everyone! I am running buildbot for a project, that uses a main repository and several forks each of them for a certain group of developers. The merging between the...
Hi, For ScummVM we want to be able to 'error' a test based on certain output. I've added an errorCount and errorPattern. If this is a feature that Buildbot would...
This ticket is a migrated Trac ticket [2945](http://trac.buildbot.net/ticket/2945) People contributed to the original ticket: @sa2ajj, `benoit.allard@...` Ticket created on: `Oct 15 2014` Ticket last modified on: `Jan 15 2015` ---...
I have a step that adds multiple other steps when it runs. Occasionally, I get exceptions ``` 2021-04-10 13:36:44+0200 [-] while handling API request Traceback (most recent call last): File...