I have multiple images managed by SCVMM 2016. I have a build agent that starts and restore one of multiple images using SCVMM then deploys the testagent on this image and starts tests. At the end the Image will be shutdown.
I want to add multiple build agents so I can run tests paralell, how can I prevent two build agents from restoring the same image.
The only idee I head was adding a requirement with the name of the machine. So only that agent would use this machine. But that would require a build agent per image.