Re: Distributed build with git

2012-03-22 Thread Sami Tikka
Build it once and use the build artifacts in the 40 tests. Maybe the tests also need to be build artifacts. If the nodes you have have multiple executors, you can save by having a clone of the git repo somewhere on the node disk. Git plugin can utilize git --reference option which saves space

Distributed build with git

2012-03-22 Thread Albert Callarisa
Hi all, I am creating a distributed build using multiconfiguration project. Basically I have an axis with a environment variable like 1, 2, 3... up to 40, so it creates 40 builds. In a script of the build, I split the files to test in 40 parts and each build setup runs one of those parts. Also