Hi!

Just a thought about our current builds and if we can speed them up.

Maven has the "-T" option to set the number of threads that are going
to run the builds, and we could use it to run them concurrently.
Something like "-T1C" will spawn one thread per core, and run those
builds in parallel.

We have many independent builds (many providers/apis don't depend on
each other) so that could speed up our existing builds, in general.


Has someone tried to play with the "-T" maven parameter when building jclouds?
Do you know which kind of instances do we have in Dev@cloud, and if we
could set that parameter?


Ignasi

Reply via email to