-
Notifications
You must be signed in to change notification settings - Fork 62
feat(cli): allow to parallelize asset build #983
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
base: main
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #983 +/- ##
==========================================
+ Coverage 87.38% 87.41% +0.03%
==========================================
Files 71 71
Lines 10010 10022 +12
Branches 1311 1311
==========================================
+ Hits 8747 8761 +14
+ Misses 1240 1239 -1
+ Partials 23 22 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
34cb8f4 to
297a3f8
Compare
297a3f8 to
b110e59
Compare
5280d78 to
a1ff2bf
Compare
d89540f to
0c1ccf0
Compare
| rollback: argv.rollback, | ||
| notices: argv.notices, | ||
| assetParallelism: argv['asset-parallelism'], | ||
| assetBuildConcurrency: argv['asset-build-concurrency'], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| assetBuildConcurrency: argv['asset-build-concurrency'], |
Maybe we don't need this?
Fixes #226
This PR adds the
--asset-build-concurrencyoption tocdk deployto parallelize asset build.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license