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

[ci] reorganize CircleCI workflows #705

Merged
merged 3 commits into from
Nov 12, 2018
Merged

Conversation

brettlangdon
Copy link
Member

In this PR:

  • Run deploy_experimental on all *-dev branches
    • This will deploy to the wheelhouse when we merge into branches like 0.16-dev so we don't need to merge into master in order to deploy to staging
  • Reorganize list of jobs to be in alphabetical order
  • Make test suites dependent on flake8 task
    • This means CI will fail fast if linting fails. Bit of a pain to manage the requires: flake8 for each and every job, but will be nice to not destroy our parallelism if linting fails

@brettlangdon brettlangdon added this to the 0.17.0 milestone Nov 9, 2018
- wait_all_tests:
requires:
- build_docs
- flake8
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can probably get rid of this requirement now?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wasn't sure about that... but I figured worse case keep it in here in case we re-org again and forget to add it back in 😆

If you have a stronger opinion about it being removed, happy to, no real reason other than ☝️

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nope, no pref! :shipit:

Copy link
Member

@Kyle-Verhoog Kyle-Verhoog left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol, not super elegant but it should get the job done (or not done if flake8 fails 😆)👍

@brettlangdon brettlangdon changed the base branch from master to 0.17-dev November 12, 2018 13:13
@brettlangdon brettlangdon merged commit 93e5115 into 0.17-dev Nov 12, 2018
@Kyle-Verhoog Kyle-Verhoog deleted the brettlangdon/deploy.dev branch November 13, 2018 08:47
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.

None yet

2 participants