Right now we run Continua, both the server and Agent on an Azure VM. Therefore we can only have one build running at a time. I’d love to be able to create new agents on Azure so we can build concurrently. The cost of the additional agents aren’t stopping me, but rather the amount of time required to do this.
Our build process is fairly complicated. We have to install Visual Studio and several components (in the correct order). So right now we have
Machine A: Server + Agent
If we were to clone this and disable the ContinuaCI Server we would have 1 server and 2 agents
Machine B: Agent
Machine A: Server + Agent
Machine B: Agent
Machine C: Agent
Machine D: Agent