Caution
Buildbot is deprecating Python 2.7. This is one of the last releases supporting it on the buildmaster. More info.
3.5.12. IConfigurator
¶
-
buildbot.interfaces.IConfigurator::
A configurator is an object which configures several components of Buildbot in a coherent manner. This can be used to implement higher level configuration tools.
-
configure
(config_dict)¶ Alter the buildbot
config_dict
, as defined in master.cfglike the master.cfg, this is run out of the main reactor thread, so this can block, but this can’t call most Buildbot facilities.
-