CrusieControl.NET setup.

Project: Build
 - monitors source control and will build my application.

Project: TestXP1
Queue="xp"
 - run test automation on a remote XP machine to validate the build.
Project: TestXP2
Queue="xp"
 - run test automation on a remote XP machine to validate the build.

Project: TestVista1
Queue="vista"
 - will run test automation on a remote Vista machine to validate the
build.
Project: TestVista2
Queue="vista"
 - will run test automation on a remote Vista machine to validate the
build.

(This is simplified, I have many more OS's that are required to
validate a build)

I am having an issue that a new build may be triggered before the test
verification of that last of have succeeded.
I am looking for a solution to stop the Build project to running until
all other projects having finished building (regardless of their
status)

Thanks

Reply via email to