Skip to content

Commit 737099f

Browse files
committed
xx
Signed-off-by: Anas Nashif <[email protected]>
1 parent 9915e41 commit 737099f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/twister.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
rundate: ${{ steps.output-services.outputs.rundate }}
3232
env:
3333
MATRIX_SIZE: 10
34-
PUSH_MATRIX_SIZE: 5
34+
PUSH_MATRIX_SIZE: 1
3535
DAILY_MATRIX_SIZE: 80
3636
BSIM_OUT_PATH: /opt/bsim/
3737
BSIM_COMPONENTS_PATH: /opt/bsim/components
@@ -237,7 +237,7 @@ jobs:
237237
export ZEPHYR_BASE=${PWD}
238238
export ZEPHYR_TOOLCHAIN_VARIANT=zephyr
239239
./scripts/twister -T tests/kernel/threads -p qemu_x86 --subset ${{matrix.subset}}/${{ strategy.job-total }} ${TWISTER_COMMON} ${PUSH_OPTIONS}
240-
if [ "${{matrix.subset}}" = "1" ]; then
240+
if [ "${{matrix.subset}}" = "11" ]; then
241241
./scripts/zephyr_module.py --twister-out module_tests.args
242242
if [ -s module_tests.args ]; then
243243
./scripts/twister +module_tests.args --outdir module_tests ${TWISTER_COMMON} ${PUSH_OPTIONS}

0 commit comments

Comments
 (0)