Re: travis?

2012-07-20 Thread Romain Manni-Bucau
@openejb.apache.org Cc: Sent: Tuesday, July 17, 2012 4:25 PM Subject: Re: travis? Cloudbees used to have a tendency to 'hang' builds. (Actually, that was one of the reasons I've wrote Beanstalker) -- -- Aldrin Leal, ald...@leal.eng.br / http://meadiciona.com/aldrinleal On Tue, Jul

Re: travis?

2012-07-18 Thread Mark Struberg
the way to go is to report such things ... LieGrue, strub - Original Message - From: Aldrin Leal ald...@leal.eng.br To: dev@openejb.apache.org Cc: Sent: Tuesday, July 17, 2012 4:25 PM Subject: Re: travis? Cloudbees used to have a tendency to 'hang' builds. (Actually

Re: travis?

2012-07-17 Thread Gaurav Sharma
There's the apache jenkins farm too. Turns out https://builds.apache.org/job/OpenEJB_and_TomEE_Build/ hasn't run in a month or so. On Jul 17, 2012, at 5:53, Romain Manni-Bucau rmannibu...@gmail.com wrote: do you know http://travis-ci.org/ ? since we are proxied on github it should be easy

Re: travis?

2012-07-17 Thread Stephen Connolly
ahem... [CloudBees hat] https://buildhive.cloudbees.com/ [/CloudBees hat] On 17 July 2012 13:53, Romain Manni-Bucau rmannibu...@gmail.com wrote: do you know http://travis-ci.org/ ? since we are proxied on github it should be easy to get builds on travis and a nice feature is to be able

Re: travis?

2012-07-17 Thread Romain Manni-Bucau
in a month or so. On Jul 17, 2012, at 5:53, Romain Manni-Bucau rmannibu...@gmail.com wrote: do you know http://travis-ci.org/ ? since we are proxied on github it should be easy to get builds on travis and a nice feature is to be able to compile against matrix config (java version, platform

Re: travis?

2012-07-17 Thread dsh
the point is not only CI but more platform validation. Travis is designed for it, not jenkins - Romain 2012/7/17 Stephen Connolly stephen.alan.conno...@gmail.com ahem... [CloudBees hat] https://buildhive.cloudbees.com/ [/CloudBees hat] On 17 July 2012 13:53, Romain Manni-Bucau rmannibu

Re: travis?

2012-07-17 Thread Romain Manni-Bucau
17, 2012 at 3:08 PM, Romain Manni-Bucau rmannibu...@gmail.com wrote: didnt use cloudbees enough to know if it handles it correctly, here the point is not only CI but more platform validation. Travis is designed for it, not jenkins - Romain 2012/7/17 Stephen Connolly

Re: travis?

2012-07-17 Thread dsh
, Romain Manni-Bucau rmannibu...@gmail.com wrote: didnt use cloudbees enough to know if it handles it correctly, here the point is not only CI but more platform validation. Travis is designed for it, not jenkins - Romain 2012/7/17 Stephen Connolly stephen.alan.conno...@gmail.com

Re: travis?

2012-07-17 Thread Romain Manni-Bucau
fiddling with new, and maybe exciting technology? Cheers Daniel On Tue, Jul 17, 2012 at 3:08 PM, Romain Manni-Bucau rmannibu...@gmail.com wrote: didnt use cloudbees enough to know if it handles it correctly, here the point is not only CI but more platform validation. Travis

Re: travis?

2012-07-17 Thread Aldrin Leal
... [CloudBees hat] https://buildhive.cloudbees.com/ [/CloudBees hat] On 17 July 2012 13:53, Romain Manni-Bucau rmannibu...@gmail.com wrote: do you know http://travis-ci.org/ ? since we are proxied on github it should be easy to get builds on travis and a nice feature is to be able to compile

Re: travis?

2012-07-17 Thread dsh
CI but more platform validation. Travis is designed for it, not jenkins - Romain 2012/7/17 Stephen Connolly stephen.alan.conno...@gmail.com ahem... [CloudBees hat] https://buildhive.cloudbees.com/ [/CloudBees hat] On 17 July 2012 13:53, Romain Manni-Bucau rmannibu...@gmail.com

Re: travis?

2012-07-17 Thread Romain Manni-Bucau
, 2012 at 3:08 PM, Romain Manni-Bucau rmannibu...@gmail.com wrote: didnt use cloudbees enough to know if it handles it correctly, here the point is not only CI but more platform validation. Travis is designed for it, not jenkins - Romain 2012/7/17 Stephen Connolly

Re: travis?

2012-07-17 Thread David Blevins
On Jul 17, 2012, at 6:52 AM, Romain Manni-Bucau wrote: Ok, proposal? FYI, no proposals required. Anyone is free to setup the build in any CI system. Getting people to help maintain it is the hard part, which I think was Daniel's point. Originally, Gavin did all the buildbot work for the

Re: travis?

2012-07-17 Thread dsh
On Tue, Jul 17, 2012 at 6:55 PM, David Blevins david.blev...@gmail.com wrote: Getting people to help maintain it is the hard part, which I think was Daniel's point. Originally, Gavin did all the buildbot work for the first few months (maybe year?). Yes that was indeed my point, allocating

Re: travis?

2012-07-17 Thread Romain Manni-Bucau
regarding travis adding a file .travis.yml to our root folder (same as parent pom) containing: language: java jdk: - openjdk7 - openjdk6 should be enough for confbut we need a travis account and activate travis on our github proxy...not sure who can do it - Romain 2012/7/17 Romain