Skip to content

Conversation

liam-m
Copy link
Owner

@liam-m liam-m commented Nov 6, 2019

This should allow the CI to run faster by avoiding redundant stages across Python versions (no reason to run mypy, pylint, or coverage under each Python version, so just run once under nightly) and allow better parallelisation (e.g. running coverage in parallel with unit tests).

In practice it'll require fine tuning as each job has the overhead of setting up the environment (30+ seconds).

It's also quite fiddly as the jobs matrix isn't expanded over top-level python versions, so we have to do it manually with YAML aliases.

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.

1 participant