-
Notifications
You must be signed in to change notification settings - Fork 1k
site builds are timing out #680
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
Comments
probably it's the same reason Travis has been really flaky lately — Travis has a timeout too, and I think we're over that one as well, now, at least most of the time, resulting in
|
Same in #674 (comment). |
And #679. |
ee72508 did not fix this issue. I'm starting to give up on Travis, I think I'll add this repository to the Scala Platform CI which is much more powerful than Travis, and hopefully we'll get faster build times too. |
there is no reason to anticipate the build times would be any faster on a different service or machine; it is just as slow in local runs on a fast machine. Drone vs Travis isn't important to me either way, but what we actually need is a fix for #607 |
Hmm. For what it's worth, I just received a site build failure too. I misunderstood your original issue and thought you were referring to CI only. But now it seems GitHub is timing out our builds as well. For the record, this is what I received from GitHub via email:
Maybe it's time we (1) speed things up via one of the suggestions made in #607, and (2) put this build on the same machine that builds scala-lang. (/cc @fsalvi, just to keep you in the loop) |
Fixed, see #685 (comment). |
after my last PR merge I got an email from GitHub:
I assume it's #607 as usual, except that now that we have more translations, the problem has gotten to the point where it's tipped over some threshold, and now we can't push updates to the site at all.
The text was updated successfully, but these errors were encountered: