that requires resource coordination. Not a huge problem at all, given the
right tools. I'd say it is worthy a weekend hack

--
-- Aldrin Leal, <[email protected]>
Master your EC2-fu! Get the latest ekaterminal public beta
http://www.ingenieux.com.br/products/ekaterminal/

On Tue, Feb 24, 2015 at 3:31 PM, 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>
>

Reply via email to