Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JRuby slow times out travis builds #954

Closed
myronmarston opened this issue Jun 26, 2013 · 2 comments
Closed

JRuby slow times out travis builds #954

myronmarston opened this issue Jun 26, 2013 · 2 comments

Comments

@myronmarston
Copy link
Member

The JRuby build has been intermittently timing out the travis build at 50 minutes. However, it used to run much faster. As recently as 3 months ago, it was taking < 15 minutes:

https://travis-ci.org/rspec/rspec-core/builds/5360425

We should figure out what changed and how to make it faster.

@JonRowe
Copy link
Member

JonRowe commented Jun 28, 2013

FYI.

This is the last short build: https://travis-ci.org/rspec/rspec-core/jobs/5360431
and this is the first long build: https://travis-ci.org/rspec/rspec-core/jobs/5432130

Commits:
(short) e6714c0
(long) 63ebcc6

@JonRowe
Copy link
Member

JonRowe commented Jun 28, 2013

Figured it out, see #957, before we were running the JVM in 32bit client mode for quicker startup time, but then Java was upgraded on travis to a version that doesn't support that mode, so we dropped the option. A bit of digging found the relevant steps to restore something close to client mode on the current Java and thus the build time seems to have dropped to ~15minutes again.

I'll hold the PR open to give you guys time to review then merge and pluck the commit across to 2-14 and 2-99 too ;)

/cc @alindeman @samphippen @soulcutter

@JonRowe JonRowe closed this as completed Jun 28, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants