|
31 | 31 | rundate: ${{ steps.output-services.outputs.rundate }} |
32 | 32 | env: |
33 | 33 | MATRIX_SIZE: 10 |
34 | | - PUSH_MATRIX_SIZE: 5 |
| 34 | + PUSH_MATRIX_SIZE: 1 |
35 | 35 | DAILY_MATRIX_SIZE: 80 |
36 | 36 | BSIM_OUT_PATH: /opt/bsim/ |
37 | 37 | BSIM_COMPONENTS_PATH: /opt/bsim/components |
@@ -237,7 +237,7 @@ jobs: |
237 | 237 | export ZEPHYR_BASE=${PWD} |
238 | 238 | export ZEPHYR_TOOLCHAIN_VARIANT=zephyr |
239 | 239 | ./scripts/twister -T tests/kernel/threads -p qemu_x86 --subset ${{matrix.subset}}/${{ strategy.job-total }} ${TWISTER_COMMON} ${PUSH_OPTIONS} |
240 | | - if [ "${{matrix.subset}}" = "1" ]; then |
| 240 | + if [ "${{matrix.subset}}" = "11" ]; then |
241 | 241 | ./scripts/zephyr_module.py --twister-out module_tests.args |
242 | 242 | if [ -s module_tests.args ]; then |
243 | 243 | ./scripts/twister +module_tests.args --outdir module_tests ${TWISTER_COMMON} ${PUSH_OPTIONS} |
@@ -323,34 +323,11 @@ jobs: |
323 | 323 | if: success() || failure() |
324 | 324 |
|
325 | 325 | steps: |
326 | | - # Needed for elasticearch and upload script |
327 | | - - if: github.event_name == 'push' || github.event_name == 'schedule' |
328 | | - name: Checkout |
329 | | - uses: actions/checkout@v4 |
330 | | - with: |
331 | | - fetch-depth: 0 |
332 | | - persist-credentials: false |
333 | | - |
334 | 326 | - name: Download Artifacts |
335 | 327 | uses: actions/download-artifact@v4 |
336 | 328 | with: |
337 | 329 | path: artifacts |
338 | 330 |
|
339 | | - - if: github.event_name == 'push' || github.event_name == 'schedule' |
340 | | - name: Upload to elasticsearch |
341 | | - run: | |
342 | | - pip3 install elasticsearch |
343 | | - # set run date on upload to get consistent and unified data across the matrix. |
344 | | - if [ "${{github.event_name}}" = "push" ]; then |
345 | | - python3 ./scripts/ci/upload_test_results_es.py -r ${{needs.twister-build.outputs.rundate}} \ |
346 | | - --run-attempt ${{github.run_attempt}} \ |
347 | | - --index zephyr-main-ci-push-1 artifacts/*/*/twister.json |
348 | | - elif [ "${{github.event_name}}" = "schedule" ]; then |
349 | | - python3 ./scripts/ci/upload_test_results_es.py -r ${{needs.twister-build.outputs.rundate}} \ |
350 | | - --run-attempt ${{github.run_attempt}} \ |
351 | | - --index zephyr-main-ci-weekly-1 artifacts/*/*/twister.json |
352 | | - fi |
353 | | -
|
354 | 331 | - name: Merge Test Results |
355 | 332 | run: | |
356 | 333 | pip3 install junitparser junit2html |
|
0 commit comments