File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110
110
export ZEPHYR_TOOLCHAIN_VARIANT=llvm
111
111
112
112
./scripts/twister -p native_sim --no-detailed-test-id --force-color --inline-logs -M -N -v --retry-failed 2 \
113
- -T tests --subset ${{matrix.subset}}/2
113
+ -T tests --subset ${{matrix.subset}}/2 -j 16
114
114
115
115
- name : Print ccache stats
116
116
if : always()
Original file line number Diff line number Diff line change @@ -143,9 +143,9 @@ jobs:
143
143
BSIM_OUT_PATH : /opt/bsim/
144
144
BSIM_COMPONENTS_PATH : /opt/bsim/components
145
145
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
- WEEKLY_OPTIONS : ' -M --build-only --all --show-footprint --report-filtered'
147
- PR_OPTIONS : ' --clobber-output --integration'
148
- PUSH_OPTIONS : ' --clobber-output -M --show-footprint --report-filtered'
146
+ WEEKLY_OPTIONS : ' -M --build-only --all --show-footprint --report-filtered -j 32 '
147
+ PR_OPTIONS : ' --clobber-output --integration -j 16 '
148
+ PUSH_OPTIONS : ' --clobber-output -M --show-footprint --report-filtered -j 16 '
149
149
COMMIT_RANGE : ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
150
150
BASE_REF : ${{ github.base_ref }}
151
151
LLVM_TOOLCHAIN_PATH : /usr/lib/llvm-16
You can’t perform that action at this time.
0 commit comments