@@ -26,13 +26,13 @@ concurrency:
2626
2727jobs :
2828 examples-cpu :
29- name : Test examples CPU [${{ matrix.group }}/4 ]
29+ name : Test examples CPU [${{ matrix.group }}/6 ]
3030 runs-on : ubuntu-latest-16-cores
3131 timeout-minutes : 80
3232 strategy :
3333 fail-fast : false
3434 matrix :
35- group : [1, 2, 3, 4]
35+ group : [1, 2, 3, 4, 5, 6 ]
3636 defaults :
3737 run :
3838 shell : bash
6464 --junit-xml=pytest-results.xml \
6565 --durations-path=tests/cross_fw/examples/.test_durations \
6666 --splitting-algorithm=least_duration \
67- --splits 4 \
67+ --splits 6 \
6868 --group ${{ matrix.group }} \
6969 ${{ github.event.inputs.pytest_args || '' }}
7070 ret=$?
@@ -149,16 +149,18 @@ jobs:
149149
150150 examples-win-cpu :
151151 timeout-minutes : 80
152- name : Test examples CPU Windows [${{ matrix.group }}/4 ]
152+ name : Test examples CPU Windows [${{ matrix.group }}/6 ]
153153 runs-on : windows-2025-16-core
154154 if : ${{ github.event_name != 'workflow_dispatch' || github.event.inputs.skip_windows == 'false' }}
155155 strategy :
156156 fail-fast : false
157157 matrix :
158- group : [1, 2, 3, 4]
158+ group : [1, 2, 3, 4, 5, 6 ]
159159 defaults :
160160 run :
161161 shell : bash
162+ env :
163+ PYTHONIOENCODING : utf-8
162164 steps :
163165 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
164166 with :
@@ -189,7 +191,7 @@ jobs:
189191 --junit-xml=pytest-results.xml \
190192 --durations-path=tests/cross_fw/examples/.test_durations \
191193 --splitting-algorithm=least_duration \
192- --splits 4 \
194+ --splits 6 \
193195 --group ${{ matrix.group }} \
194196 ${{ github.event.inputs.pytest_args || '' }}
195197 ret=$?
0 commit comments