File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114114 fullrun : ${{ steps.output-services.outputs.fullrun }}
115115 env :
116116 MATRIX_SIZE : 10
117- PUSH_MATRIX_SIZE : 20
117+ PUSH_MATRIX_SIZE : 1
118118 DAILY_MATRIX_SIZE : 80
119119 BSIM_OUT_PATH : /opt/bsim/
120120 BSIM_COMPONENTS_PATH : /opt/bsim/components
Original file line number Diff line number Diff line change 2525 with :
2626 fetch-depth : 0
2727 persist-credentials : false
28+ - name : Check Environment
29+ id : check_env
30+ run : |
31+
32+ echo "github.ref: ${{ github.ref }}"
33+ echo "github.base_ref: ${{ github.base_ref }}"
34+ echo "github.ref_name: ${{ github.ref_name }}"
35+ echo "GITHUB_REF: ${{ env.GITHUB_REF }}"
2836
2937 - name : Download Artifacts
3038 id : download-artifacts
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ jobs:
133133 run : |
134134 export ZEPHYR_BASE=${PWD}
135135 export ZEPHYR_TOOLCHAIN_VARIANT=zephyr
136- ./scripts/twister --subset ${{matrix.subset}}/${{ strategy.job-total }} ${TWISTER_COMMON} ${PUSH_OPTIONS}
136+ ./scripts/twister -T samples/hello_world - -subset ${{matrix.subset}}/${{ strategy.job-total }} ${TWISTER_COMMON} ${PUSH_OPTIONS}
137137 if [ "${{matrix.subset}}" = "1" ]; then
138138 ./scripts/zephyr_module.py --twister-out module_tests.args
139139 if [ -s module_tests.args ]; then
You can’t perform that action at this time.
0 commit comments