Skip to content

Commit fa2e986

Browse files
authored
Merge pull request #692 from ahoppen/pr/dont-parallelize-stress-testing-projects
Don’t build multiple project in parallel while stress testing
2 parents c4c14eb + 9515821 commit fa2e986

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

run_sk_stress_test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,8 @@ class StressTesterRunner(object):
299299
'--job-type', 'stress-tester',
300300
'--default-timeout', str(-1),
301301
'--only-latest-versions',
302+
# Don't build projects in parallel because stress testing a single project already utilises the CPU 100% and stress testing multiple causes timeouts.
303+
'--process-count', '1',
302304
# archs override is set to arm64 for generic/iOS actions that would otherwise invoke the stress tester for both arm64 and armv7
303305
'--add-xcodebuild-flags', 'ARCHS={archs_override}']
304306

0 commit comments

Comments
 (0)