We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4c14eb + 9515821 commit fa2e986Copy full SHA for fa2e986
run_sk_stress_test
@@ -299,6 +299,8 @@ class StressTesterRunner(object):
299
'--job-type', 'stress-tester',
300
'--default-timeout', str(-1),
301
'--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',
304
# archs override is set to arm64 for generic/iOS actions that would otherwise invoke the stress tester for both arm64 and armv7
305
'--add-xcodebuild-flags', 'ARCHS={archs_override}']
306
0 commit comments