I am considering using Hudson as a dashboard for the automatic tests that are run for each build in our team.
Some of the tests require that more than one computer to work in sync with each other (e.g. one sending a signal, the other one processing it). My idea was to have multiple 'agents' online which the 'test job' could then use but I can't find anything related to syncing Hudson agents online.
Has anyone come across this?
How about creating 2 jobs that use SCM polling for the same changes, but they must be run on specific nodes.
Then each node can wait for the other to start and make their connections.