Skip to content

Commit cb8b604

Browse files
committed
reduce load
Signed-off-by: Anas Nashif <[email protected]>
1 parent ec3c297 commit cb8b604

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/twister.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
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 }}
@@ -135,7 +135,7 @@ jobs:
135135
run: |
136136
export ZEPHYR_BASE=${PWD}
137137
export ZEPHYR_TOOLCHAIN_VARIANT=zephyr
138-
./scripts/twister --subset ${{matrix.subset}}/${{ strategy.job-total }} ${TWISTER_COMMON} ${PUSH_OPTIONS}
138+
./scripts/twister --subset ${{matrix.subset}}/${{ strategy.job-total }} ${TWISTER_COMMON} ${PUSH_OPTIONS} -T tests/kernel/threads
139139
if [ "${{matrix.subset}}" = "1" ]; then
140140
./scripts/zephyr_module.py --twister-out module_tests.args
141141
if [ -s module_tests.args ]; then
@@ -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

0 commit comments

Comments
 (0)