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.
1 parent a4d250f commit 60d6cc8Copy full SHA for 60d6cc8
.github/workflows/twister.yaml
@@ -143,7 +143,7 @@ jobs:
143
CCACHE_IGNOREOPTIONS: '-specs=* --specs=*'
144
BSIM_OUT_PATH: /opt/bsim/
145
BSIM_COMPONENTS_PATH: /opt/bsim/components
146
- TWISTER_COMMON: ' --test-config tests/test_config_ci.yaml --no-detailed-test-id --force-color --inline-logs -v -N -M --retry-failed 3 --timeout-multiplier 2 '
+ TWISTER_COMMON: ' --test-config tests/test_config_ci.yaml --no-detailed-test-id --force-color --inline-logs -v -N -M --retry-failed 3 --timeout-multiplier 2 -j 16'
147
WEEKLY_OPTIONS: ' -M --build-only --all --show-footprint --report-filtered'
148
PR_OPTIONS: ' --clobber-output --integration'
149
PUSH_OPTIONS: ' --clobber-output -M --show-footprint --report-filtered'
0 commit comments