[Buildbot-devel] Dynamic steps in buildbot

Andrii Gerasymchuk gera3dartist at gmail.com
Wed Nov 19 14:50:00 UTC 2014


The idea is to hold steps' logic  on slave, and on build run, get steps from
slave to master, put them in BuildFactory(), and fire build with this steps.

In fact there are two tasks to solve:
 -  steps should be transported from slave to server
 - newBuild() method should be overridden, to take list with steps,

the question here are,  is there a better approach for solving this, and if
not, how to transport steps in nice and neat way from slave to master?

Sincerely,
Andrii Gerasymchuk






More information about the devel mailing list