Using EC2 or Azure to scale a distributed C # build system?

Quite a few build systems and CI support the steps for pushing build output in Azure, but I have not seen any that can actually run on Azure (or EC2). Ideally, I would like to be able to deploy an arbitrary number of instances (depending on the number of pending shipments) in order to deal with the actual assembly + quality strings (UT, FXCop, other static analysis tools) + the process of checking the source repository.

Are there existing tools that can do this, or has someone created something that they can discuss?

Thank!

[Edit: I found this question that is very similar, but has no informational answers, so I will keep my question alive]

+3
source share
4 answers

Jenkins Open Soup The CI server has an EC2 plugin that automatically extends EC2 instances depending on your build load. I could not find anything for Azure, but I highly recommend Jenkins - it is easy to configure, neat, and has many features.

+2
source

Windows Azure http://code.google.com/p/cassis/ ( Mercurial)

: , 1- CS

+2
+1
source

All Articles