Skip to content

Commit 2df3633

Browse files
authored
chore: update cdklabs-projen-project-types to 0.2.14 and set maxWorkers to 150 (#330)
This PR updates the cdklabs-projen-project-types package to version 0.2.14 and sets the maxWorkers option on CdkCliIntegTestsWorkflow to 150 as described in cdklabs/cdklabs-projen-project-types#841. This change sets an appropriate maxWorkers value (150) that's optimized for the GitHub workflow runner environment. This ensures we're making efficient use of the available resources during integration tests. --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license
1 parent c30d38a commit 2df3633

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.github/workflows/integ.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1522,6 +1522,7 @@ new CdkCliIntegTestsWorkflow(repo, {
15221522
testEnvironment: TEST_ENVIRONMENT,
15231523
buildRunsOn: POWERFUL_RUNNER,
15241524
testRunsOn: POWERFUL_RUNNER,
1525+
maxWorkers: '150',
15251526

15261527
localPackages: [
15271528
cloudAssemblySchema.name,

package.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)