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] Evaluate jobs parallelization #113

Open
2 tasks
jmaupetit opened this issue Sep 4, 2019 · 0 comments
Open
2 tasks

[CI] Evaluate jobs parallelization #113

jmaupetit opened this issue Sep 4, 2019 · 0 comments

Comments

@jmaupetit
Copy link
Contributor

Purpose

Since the CI refactoring in #112, one must add a new job for each new release. This is great to run build in parallel, but we should test the CI-builtin parallelization mechanisms [1].

[1] https://circleci.com/docs/2.0/parallelism-faster-jobs/#using-environment-variables-to-split-tests

Proposal

  • Define a generic build job with parallelism: 4 (or any other relevant value)
  • Use the circleci tests split command to split releases and build one release per container
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant