Skip to content
Snippets Groups Projects
Commit 1f221ba8 authored by Ben Gamari's avatar Ben Gamari :turtle:
Browse files

ci: Support splitting build across multiple jobs

This utilizes GitLab CI's `parallel`[1] field to divide the build into
several jobs, each handling a subset of the built packages. The job
count is a bit of a trade-off between build re-use and parallelism. I'm
trying 5 for now.

[1] https://docs.gitlab.com/ee/ci/yaml/#parallel
parent 37cbfd7f
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment