File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4646 BSIM_COMPONENTS_PATH : /opt/bsim/components
4747 TWISTER_COMMON : ' --no-detailed-test-id --force-color --inline-logs -v -N -M --retry-failed 3 --timeout-multiplier 2 '
4848 WEEKLY_OPTIONS : ' -M --build-only --all --show-footprint --report-filtered'
49- PR_OPTIONS : ' --clobber-output --integration -T tests/kernel/threads '
49+ PR_OPTIONS : ' --clobber-output --integration'
5050 PUSH_OPTIONS : ' --clobber-output -M --show-footprint --report-filtered'
5151 COMMIT_RANGE : ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
5252 BASE_REF : ${{ github.base_ref }}
@@ -151,7 +151,7 @@ jobs:
151151 export ZEPHYR_BASE=${PWD}
152152 export ZEPHYR_TOOLCHAIN_VARIANT=zephyr
153153 python3 ./scripts/ci/test_plan.py -c origin/${BASE_REF}.. --pull-request --no-detailed-test-id
154- ./scripts/twister --subset ${{matrix.subset}}/${{ strategy.job-total }} --load-tests testplan.json ${TWISTER_COMMON} ${PR_OPTIONS}
154+ ./scripts/twister --subset ${{matrix.subset}}/${{ strategy.job-total }} --load-tests testplan.json ${TWISTER_COMMON} ${PR_OPTIONS} -T tests/kernel/threads
155155 if [ "${{matrix.subset}}" = "1" -a ${{needs.twister-build-prep.outputs.fullrun}} = 'True' ]; then
156156 ./scripts/zephyr_module.py --twister-out module_tests.args
157157 if [ -s module_tests.args ]; then
You can’t perform that action at this time.
0 commit comments