Skip to content

Commit 60d6cc8

Browse files
committed
[TEST]: ci: run only on 16 cores
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent a4d250f commit 60d6cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/twister.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
CCACHE_IGNOREOPTIONS: '-specs=* --specs=*'
144144
BSIM_OUT_PATH: /opt/bsim/
145145
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 '
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 -j 16'
147147
WEEKLY_OPTIONS: ' -M --build-only --all --show-footprint --report-filtered'
148148
PR_OPTIONS: ' --clobber-output --integration'
149149
PUSH_OPTIONS: ' --clobber-output -M --show-footprint --report-filtered'

0 commit comments

Comments
 (0)