On Sat, Jan 12, 2013 at 1:59 AM, Vincent Latombe <vincent.lato...@gmail.com> wrote: > Note that matrix job would work but you would need to maintain a static list > of nodes. Also, if one node gets stuck (or offline) it would block further > executions because the 'master' build would never end. My solution is more > flexible, because it only relies on the labels declared on your nodes, also > have f one node gets unavailable, the corresponding run just stays in the > queue but doesn't block executions on other nodes.
A matrix job should work against a list of labels as well as node names. And it should complete as long as any node with the specified label is available. -- Les Mikesell lesmikes...@gmail.com