Skip to main content
Best practices
0 votes
0 replies
16 views

Is there a way to configure buildbot version 3.X to keep only a certain number of builds for a builder config? For example, we build every pull request but there is no point in keeping builds of pull ...
shargors's user avatar
  • 2,157
Best practices
0 votes
0 replies
31 views

I have buildbot version 3.X configured the standard way: a master and multiple workers. A worker can build artifacts and then copy them to a directory on the server where the master is running using ...
shargors's user avatar
  • 2,157
1 vote
1 answer
80 views

In my buildbot config, I am setting up some util.NestedParameter to improve the UI. The problem is to access the properties. With the config from buildbot.plugins import util util.NestedParameter( ...
XonqNopp's user avatar
  • 113
0 votes
1 answer
99 views

In Buildbot, is there a way run steps within a builder in parallel? I couldn't find any documentation on that. For example, I want these 2 steps to be executed in parallel. factory.addStep(Parallel( ...
rodee's user avatar
  • 3,321
0 votes
1 answer
93 views

I'm using something like util.Interpolate('%(src::branch)s') to get the name of the branch from my Subversion repository. This works as expected when polling the repository but not when forcing a ...
doberkofler's user avatar
  • 10.5k
1 vote
1 answer
740 views

We've been using bors-ng for our merge queues for some years and now we'd like to migrate to Github Merge Queues. I find GitHub's documentation difficult to follow, but as far as I can see, I need to ...
Edd Barrett's user avatar
  • 3,685
0 votes
0 answers
159 views

buildbot upgrade-master master is throwing below error Traceback (most recent call last): File "/usr/local/bin/buildbot", line 4, in <module> runner.run() File "/usr/local/...
Priya's user avatar
  • 29
1 vote
0 answers
111 views

I am new to buildbot. We know that Schedulers would trigger all associated builds by default. I want to filter the builders at schedulers level. What i am doing is, I am trying to override build() ...
vam's user avatar
  • 73
1 vote
1 answer
355 views

I'm setting up a new automated build. Of course, I'm not getting it right on the first try. I'm already at my 9th attempt and so the build number is already up to 9 build using "%(prop:...
Ken Dalka's user avatar
1 vote
1 answer
247 views

I wish to trigger builders dynamically (depending of list of supported platforms of incoming project). There are virtual builders for this purposes. It's really works but there is a critical problem: ...
tenta4's user avatar
  • 337
3 votes
0 answers
135 views

I am using buildbot. Is it possible to write my own build-step class that executes Python code on the worker? The build-step will consist of find all files of a certain type in the source start a 3rd-...
SebDieBln's user avatar
  • 3,489
2 votes
1 answer
88 views

Can a script that may be run by Buildbot's ShellCommand detect whether it is indeed running inside the context of Buildbot (e.g. as opposed to having been started manually in a shell)? For instance, ...
rookie099's user avatar
  • 2,703
2 votes
1 answer
148 views

In the Buildbot Docker tutorial documentation it says: "You will need to change docker-compose.yml the variable BUILDBOT_CONFIG_URL in order to point to your github fork" But how would I do ...
deadParrot's user avatar
2 votes
1 answer
123 views

I have a project that I want to build on multiple nodes (several different architectures and operating systems). I then want to create packages on each node (debs and RPMs). Because of the different ...
wzzrd's user avatar
  • 620
2 votes
1 answer
133 views

I have a setup where a top-level builder triggers one Mac builder and one Windows builder to do the actual building. However, if both succeed I want to aggregate and promote the binaries they produced ...
arvidr's user avatar
  • 53

15 30 50 per page
1
2 3 4 5
22