[Buildbot-devel] Choosing a scheduler in the builder description

Dobes Vandermeer dobesv at gmail.com
Wed Nov 2 22:49:07 UTC 2005


I think it would be nice if the schedulers were listed along with the
slaves in the builder description, instead of listing the builders in
the scheduler (or, supporting both maybe).

e.g.

c['builders'].append({ 'name': "daily-stuff",
                             'slavename': "slave3",
                             'builddir': "daily-stuff",
                             'scheduler': 'daily-run',
                             'factory': fact,
                             })

Typically I think people will see the schedulers as something you
define a few of and stop worrying about it, whereas the builders see a
bit more editing, adding/removing, etc..




More information about the devel mailing list