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

Parallelize feature builds and tests across instances #212

Draft
wants to merge 40 commits into
base: main
Choose a base branch
from

Conversation

leighmcculloch
Copy link
Member

What

Break up the 148 build configurarations into groups of builds to run in parallel.

Why

Running all the builds in serial is slow. 148 builds is a lot of compiles and linker runs.

Running all the builds in parallel is also slow. GitHub Actions can be slow to provision so many instances, although it can do it, this build will be slower than the first.

taiki-e/cargo-hack#175 adds the ability to cargo-hack to get the commands it will run, and then we can group those commands and run them across multiple instances.

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