You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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].
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
build
job withparallelism: 4
(or any other relevant value)circleci tests split
command to split releases and build one release per containerThe text was updated successfully, but these errors were encountered: