File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 66 - main
77 - v*-branch
88 - collab-*
9+ - topic/ci/upload_results
910 pull_request_target :
1011 branches :
1112 - main
@@ -101,6 +102,21 @@ jobs:
101102 fi
102103 rm -f testplan.json .testplan
103104
105+ - name : Provide rundate to runners
106+ id : test-plan-rundate
107+ run : |
108+ run_date=`date --iso-8601=minutes`
109+ echo "RUNDATE=${run_date}" > testplan.txt
110+
111+ - name : Upload Testplans
112+ if : always()
113+ uses : actions/upload-artifact@v4
114+ with :
115+ name : Testplans
116+ if-no-files-found : ignore
117+ path : |
118+ testplan.txt
119+
104120 - name : Determine matrix size
105121 id : output-services
106122 run : |
@@ -233,7 +249,7 @@ jobs:
233249 run : |
234250 export ZEPHYR_BASE=${PWD}
235251 export ZEPHYR_TOOLCHAIN_VARIANT=zephyr
236- ./scripts/twister --subset ${{matrix.subset}}/${{ strategy.job-total }} ${TWISTER_COMMON} ${PUSH_OPTIONS}
252+ ./scripts/twister -T tests/kernel/threads/ - -subset ${{matrix.subset}}/${{ strategy.job-total }} ${TWISTER_COMMON} ${PUSH_OPTIONS}
237253 if [ "${{matrix.subset}}" = "1" ]; then
238254 ./scripts/zephyr_module.py --twister-out module_tests.args
239255 if [ -s module_tests.args ]; then
You can’t perform that action at this time.
0 commit comments