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 _______________________________________________ users mailing list [email protected] https://lists.buildbot.net/mailman/listinfo/users
