File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Twister Test Results
22
33on :
44 workflow_run :
5- workflows : ["Run tests with twister "]
5+ workflows : ["Check Twister Status "]
66 branches :
77 - main
88 - v*
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments