Skip to content

Commit da15ffc

Browse files
authored
Update twister.yaml
1 parent a4fde2d commit da15ffc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/twister.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ concurrency:
2424

2525
jobs:
2626
twister-build-prep:
27-
if: github.repository_owner == 'zephyrproject-rtos'
2827
runs-on: ubuntu-24.04
2928
outputs:
3029
subset: ${{ steps.output-services.outputs.subset }}
@@ -90,7 +89,9 @@ jobs:
9089
export ZEPHYR_BASE=${PWD}
9190
export ZEPHYR_TOOLCHAIN_VARIANT=zephyr
9291
python3 ./scripts/ci/test_plan.py -c origin/${BASE_REF}.. --pull-request -t $TESTS_PER_BUILDER
92+
9393
if [ -s .testplan ]; then
94+
cat .testplan
9495
cat .testplan >> $GITHUB_ENV
9596
else
9697
echo "TWISTER_NODES=${MATRIX_SIZE}" >> $GITHUB_ENV
@@ -116,7 +117,9 @@ jobs:
116117
else
117118
size=0
118119
fi
119-
120+
echo "======="
121+
echo ${subset}
122+
echo ${size}
120123
echo "subset=${subset}" >> $GITHUB_OUTPUT
121124
echo "size=${size}" >> $GITHUB_OUTPUT
122125
echo "fullrun=${TWISTER_FULL}" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)