You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2023. It is now read-only.
The default CI configuration for Travis-CI runs 2 parallel builds on OS X, this can cause exceptionally long queue times as it seems that Travis-CI currently only allocates 100 containers for all Open Source OSX builds:
The text was updated successfully, but these errors were encountered:
allow_failures just means that that specific job doesn't fail the entire build, it has nothing to do with the queue times which are 15 min on a good day. I've left it enabled for the few providers that have shown to be problematic there (linter-ruby for example), but for the most part these builds just slow everything down for no good reason.
The default CI configuration for Travis-CI runs 2 parallel builds on OS X, this can cause exceptionally long queue times as it seems that Travis-CI currently only allocates 100 containers for all Open Source OSX builds:

The text was updated successfully, but these errors were encountered: