[users at bb.net] Build triggered builds in triggered order

Ryan Schmidt buildbot at ryandesign.com
Sat Aug 20 12:54:55 UTC 2016


Hello,

We are running buildbot master and slave 0.8.12 on macOS. We have a buildbot factory "watcher" that watches the repository for changes, and a factory "builder" that actually builds something. For each repository change, "watcher" may trigger zero or one or more "builder" tasks. Buildbot runs these triggered tasks in a random order. Perhaps the tasks are added to a hash or set object that is not ordered. Is it possible to change this data structure to an ordered list so that when "watcher" triggers build 1, build 2, build 3, "builder" will attempt to build them in that order?

-Ryan



More information about the users mailing list