And also, you’re right about surefire… each individual test (or chunks of
say 5-10 at a time) could be run on containers too.

On Tue, Feb 24, 2015 at 10:31 AM, Kevin Burton <[email protected]> wrote:

> On Tue, Feb 24, 2015 at 10:16 AM, Aldrin Leal <[email protected]> wrote:
>
>> Not quite - but I've been using Drone <http://www.drone.io/> (which is
>> wrapped around Docker) with Maven with little to no problems, although
>> building up a baseline takes a little practice.
>>
>>
> Meaning you run maven WITHIN a container?
>
> I’m using Codeship.. they have this new ParallelCI which works (in theory)
> with multiple modules but I’d need to first decompose and present the
> dependencies to codeship so it could do the work.  But I think maven could
> probably provide that with about a day of work.
>
>
>> Perhaps a better question would be, say, how to make Surefire/Failsafe
>> fork
>> not across a machine, but instead across a fleet of Docker containers.
>> Viable? Yes, of course.
>>
>>
> YES. This is what I meant. But I actually think it’s Maven because what I
> want/need to start with is for the -T parallel option to , instead of
> forking, create a new container.
>
>
>> That is a question better addressed by Yarn and Mesosphere (Kubernetes
>> perhaps?)
>>
>
> Yes.  Ideally each container would be on a separate piece of hardware so
> you could use 5-10 boxes to complete the tests quickly.
>
> Kevin
>
> --
>
> Founder/CEO Spinn3r.com
> Location: *San Francisco, CA*
> blog: http://burtonator.wordpress.com
> … or check out my Google+ profile
> <https://plus.google.com/102718274791889610666/posts>
> <http://spinn3r.com>
>
>


-- 

Founder/CEO Spinn3r.com
Location: *San Francisco, CA*
blog: http://burtonator.wordpress.com
… or check out my Google+ profile
<https://plus.google.com/102718274791889610666/posts>
<http://spinn3r.com>

Reply via email to