Skip to content

Commit 161ec62

Browse files
committed
test
Signed-off-by: Anas Nashif <[email protected]>
1 parent c14b022 commit 161ec62

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.github/workflows/twister-prep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/twister-publish.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ jobs:
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

.github/workflows/twister.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)