Skip to content

Commit b52b4c4

Browse files
mrgraingithub-actions
and
github-actions
authored
chore: reduce maxWorkers from 150 to 80 in test workflow (#332)
Reduce workers to not overload the system. --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license --------- Signed-off-by: github-actions <[email protected]> Co-authored-by: github-actions <[email protected]>
1 parent 586e1b3 commit b52b4c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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-1
Original file line numberDiff line numberDiff line change
@@ -1522,7 +1522,7 @@ new CdkCliIntegTestsWorkflow(repo, {
15221522
testEnvironment: TEST_ENVIRONMENT,
15231523
buildRunsOn: POWERFUL_RUNNER,
15241524
testRunsOn: POWERFUL_RUNNER,
1525-
maxWorkers: '150',
1525+
maxWorkers: '80',
15261526

15271527
localPackages: [
15281528
cloudAssemblySchema.name,

0 commit comments

Comments
 (0)