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

Refactor Travis setup to leverage stages... #5342

Merged
merged 9 commits into from
Jan 29, 2018

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Jan 28, 2018

Using the new(ish) stages feature from Travis allows us to fail early (and avoid wasting CI resources) when a "simple" ember test with locked deps does not pass.

As you can see in the screenshot below:

screenshot

The first stage is test, and it uses our specific yarn.lock to run ember test. If that build fails, nothing else is ran. If it succeeds 4 more builds are kicked off (production tests, optional-features, node-tests, floating dependencies). If any of those builds fail, nothing else is ran. Then it moves on to testing various Ember versions...

@rwjblue rwjblue force-pushed the refactor-CI-runs branch 2 times, most recently from d7b7547 to 4dc13cd Compare January 28, 2018 03:01
@rwjblue rwjblue changed the title [WIP] Refactor Travis setup to levarage stages... Refactor Travis setup to leverage stages... Jan 28, 2018
@rwjblue
Copy link
Member Author

rwjblue commented Jan 28, 2018

Rebased on top of latest master to get Chrome passing (needed changes in #5340 to fix a new proxy related assertion)...

@bmac
Copy link
Member

bmac commented Jan 29, 2018

Thanks @rwjblue.

@rwjblue rwjblue deleted the refactor-CI-runs branch May 1, 2019 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants