the platform has outgrown Travis-CI

I finally figured out what was wrong with the Travis CI build for Haskell Platform, and got it all working w/hvr's .debs of GHC (for the boot compiler)... and ran smack into this: Your test run exceeded 50 minutes. SO... I'd like to find another CI solution. Is phabricator.haskell.org an option? Can we / should we create a project there? - Mark

I rang the gong of the TravisCI people about this. I'll let y'all know if
they come back with an answer, but the GH issue timeouts were being
discussed in didn't look promising. They were suggesting to the reporter
that they break the build up into smaller components. Old ticket though –
something might've changed.
On Sun, Jun 7, 2015 at 11:33 AM, Mark Lentczner
I finally figured out what was wrong with the Travis CI build for Haskell Platform, and got it all working w/hvr's .debs of GHC (for the boot compiler)... and ran smack into this:
Your test run exceeded 50 minutes.
SO... I'd like to find another CI solution. Is phabricator.haskell.org an option? Can we / should we create a project there?
- Mark
_______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs
-- Chris Allen Currently working on http://haskellbook.com

Mark Lentczner wrote:
I finally figured out what was wrong with the Travis CI build for Haskell Platform, and got it all working w/hvr's .debs of GHC (for the boot compiler)... and ran smack into this:
Another option you or others may want to pursue is setting up a self manager Jenkins instance. I have a personal Jenkins instance that includes Arm and PowerPC slave build nodes. Setup is and maintenance is relatively easy, but slightly less convienient than Travis. Cheers, Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/

I don't know what tests you're running, but if it includes building all the
test suites of everything in the platform, you might want to turn that off
for vector if possible. Just building vector's tests on 7.10.1 is enough to
kill Travis right now. Turning them off might buy you some leeway.
-- Dan
On Sun, Jun 7, 2015 at 12:33 PM, Mark Lentczner
I finally figured out what was wrong with the Travis CI build for Haskell Platform, and got it all working w/hvr's .debs of GHC (for the boot compiler)... and ran smack into this:
Your test run exceeded 50 minutes.
SO... I'd like to find another CI solution. Is phabricator.haskell.org an option? Can we / should we create a project there?
- Mark
_______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs

Mark: Is this still an issue? I don't know if phab is the right place --
would have to check with Austin. But if this is a roadblock on the
platform, we should certainly do something :-)
-g
On Sun, Jun 7, 2015 at 12:33 PM, Mark Lentczner
I finally figured out what was wrong with the Travis CI build for Haskell Platform, and got it all working w/hvr's .debs of GHC (for the boot compiler)... and ran smack into this:
Your test run exceeded 50 minutes.
SO... I'd like to find another CI solution. Is phabricator.haskell.org an option? Can we / should we create a project there?
- Mark
_______________________________________________ haskell-infrastructure mailing list haskell-infrastructure@community.galois.com http://community.galois.com/mailman/listinfo/haskell-infrastructure
participants (5)
-
Christopher Allen
-
Dan Doel
-
Erik de Castro Lopo
-
Gershom B
-
Mark Lentczner