File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ concurrency:
24
24
25
25
jobs :
26
26
twister-build-prep :
27
- if : github.repository_owner == 'zephyrproject-rtos'
28
27
runs-on : ubuntu-24.04
29
28
outputs :
30
29
subset : ${{ steps.output-services.outputs.subset }}
90
89
export ZEPHYR_BASE=${PWD}
91
90
export ZEPHYR_TOOLCHAIN_VARIANT=zephyr
92
91
python3 ./scripts/ci/test_plan.py -c origin/${BASE_REF}.. --pull-request -t $TESTS_PER_BUILDER
92
+
93
93
if [ -s .testplan ]; then
94
+ cat .testplan
94
95
cat .testplan >> $GITHUB_ENV
95
96
else
96
97
echo "TWISTER_NODES=${MATRIX_SIZE}" >> $GITHUB_ENV
@@ -116,7 +117,9 @@ jobs:
116
117
else
117
118
size=0
118
119
fi
119
-
120
+ echo "======="
121
+ echo ${subset}
122
+ echo ${size}
120
123
echo "subset=${subset}" >> $GITHUB_OUTPUT
121
124
echo "size=${size}" >> $GITHUB_OUTPUT
122
125
echo "fullrun=${TWISTER_FULL}" >> $GITHUB_OUTPUT
You can’t perform that action at this time.
0 commit comments