Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Cut down on OS X builds on Travis #13

Open
Arcanemagus opened this issue Mar 29, 2016 · 3 comments
Open

Cut down on OS X builds on Travis #13

Arcanemagus opened this issue Mar 29, 2016 · 3 comments

Comments

@Arcanemagus
Copy link
Member

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:
image

@UziTech
Copy link
Member

UziTech commented Feb 17, 2018

we could use allow failures. That way the tests would still be run but not slow down PR test validation

@Arcanemagus
Copy link
Member Author

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.

@UziTech
Copy link
Member

UziTech commented Feb 17, 2018

With allow_failures we could use fast_finish to tell travis not to wait for the allowed failures.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants