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

Reduce Travis build time #581

Closed
aslakhellesoy opened this issue Sep 2, 2013 · 2 comments · Fixed by #584
Closed

Reduce Travis build time #581

aslakhellesoy opened this issue Sep 2, 2013 · 2 comments · Fixed by #584

Comments

@aslakhellesoy
Copy link
Contributor

The Travis build has started failing because it exceeds 50 minutes. This is because installing the Android toolchain takes so long.

I think we need 2 Travis profiles for oraclejdk7 - one that is similar to openjdk6/openjdk7 and runs everything except android
Then another oraclejdk7 profile that only runs android.

I think this will keep everything within 50 minutes.

@brasmusson
Copy link
Contributor

Yes, sometime the download and install for the Android toolchain takes much longer than usual, the usual time for the oraclejdk7 job seems to be about 20 minutes. Dividing the oraclejdk7 job into two, could help in some cases, but sometimes Travis get stuck by itself. In build 559 (https://travis-ci.org/cucumber/cucumber-jvm/builds/10886956) all three jobs got cancelled for exceeding 50 minutes. That happened also for build 560, but when I restarted them a couple of hours later they all passed as usual.

mfellner added a commit that referenced this issue Sep 8, 2013
# By Aslak Hellesøy (2) and Björn Rasmusson (1)
# Via Aslak Hellesøy
* 'master' of github.com:cucumber/cucumber-jvm:
  Attribution. Closes #581, #584
  Remove duplication in Reflections implementations.
  Make a separate travis job for android
@lock
Copy link

lock bot commented Oct 25, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Oct 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants