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

Improve circleci flow #850

Merged
merged 2 commits into from
Jul 13, 2018
Merged

Improve circleci flow #850

merged 2 commits into from
Jul 13, 2018

Conversation

beckjake
Copy link
Contributor

This adds some dependency stuff to our new CircleCI flow. Instead of running each test at once in parallel, do unit tests -> Postgres tests -> all other tests. I've added a screenshot of the resulting dependency graph.

This means that now we won't run any more tests if unit tests/pep8 fail and we won't waste time on the super slow snowflake tests if Postgres tests fail. Hopefully it'll save us some container use in the long run.

I've included a screenshot of what the CircleCI "workflows" graph looks like with this change.
circleci-graph

@beckjake beckjake requested a review from cmcarthur July 13, 2018 15:28
@beckjake beckjake merged commit 8548b6d into development Jul 13, 2018
@beckjake beckjake deleted the improve-circleci-flow branch July 13, 2018 17:04
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.

3 participants