-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Comments
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. |
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. |
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.
The text was updated successfully, but these errors were encountered: