Brian Spilner

Results 12 issues of Brian Spilner

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...

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! I want to let builders create a list tasks and create corresponding steps from it. For that I use ```python factory.addStep(steps.SetPropertyFromCommand(command="./config/buildbot/listExperiments", property="EXP_LIST") explist = util.Interpolate('%(prop:EXP_LIST)s') ``` The content of...

hi! I try to make use of the Triggerable scheduler to create ForceScheduler, that starts all builders via a single button. Anyway, when checking the docu at http://docs.buildbot.net/current/manual/configuration/schedulers.html?highlight=trigger#triggerable-scheduler I wanted...

just realized this yesterday. might be that the new interface, i.e. cdo. is callable and returns another Cdo object interferes with the definition of help() found in cdo.py 1.5.4

bug

kick travisCI and ise github workflows for ruby testing

#35 did not trigger a build - no idea why

With the new syntax ```cdo.op1().op2().op3().run()``` the question comes up: How to handle operators with multiple inputs. Here is one idea I'd like to discuss @Chilipp ``` cdo -add -fldmean -topo,global_0.2...

https://github.com/bennylp/saxpy-benchmark/blob/fb811ad7a5ac43d53948ca94357e209bbae6a6ed/src/saxpy_omp.cpp#L22 hi! I think this for loop is not correct because * the loop counter is set to start with thread ID - I see no reason why I should...

Hi! I am running a 3.x buildbot server with a postgresql database backend (bb-3.6/python-3.10/pgsql-10.23) since 2020. My problem is, that the database is constantly growing at an unexpected rate. I...

documentation