Skip to content

Conversation

@go-to-k
Copy link
Contributor

@go-to-k go-to-k commented Dec 7, 2025

Fixes #226

This PR adds the --asset-build-concurrency option to cdk deploy to parallelize asset build.

cdk deploy --asset-build-concurrency 4

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@go-to-k go-to-k marked this pull request as ready for review December 7, 2025 05:01
@codecov-commenter
Copy link

codecov-commenter commented Dec 7, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.41%. Comparing base (2a6f8d3) to head (0c1ccf0).

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     
Flag Coverage Δ
suite.unit 87.41% <100.00%> (+0.03%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@go-to-k go-to-k marked this pull request as draft December 7, 2025 05:12
@go-to-k go-to-k marked this pull request as ready for review December 7, 2025 05:35
@go-to-k go-to-k marked this pull request as draft December 7, 2025 07:02
tweak

tweak
@go-to-k go-to-k marked this pull request as ready for review December 7, 2025 13:00
fix app

cli.test

Revert "cli.test"

This reverts commit d89540f.
rollback: argv.rollback,
notices: argv.notices,
assetParallelism: argv['asset-parallelism'],
assetBuildConcurrency: argv['asset-build-concurrency'],
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
assetBuildConcurrency: argv['asset-build-concurrency'],

Maybe we don't need this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

cli: allow to parallelize asset build

2 participants