File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,12 +67,14 @@ jobs:
6767 - name : Setup devices
6868 run : |
6969 cp mpy-psoc6_${{ matrix.board }}_${{ needs.server-build.outputs.commit_sha }}/firmware.hex .
70- source tools/ci.sh && ci_psoc6_flash_multiple_devices ${{ matrix.board }} firmware.hex tools /psoc6/${{ runner.name }}-devs.yml
70+ source tools/ci.sh && ci_psoc6_flash_multiple_devices ${{ matrix.board }} firmware.hex tests/ports /psoc6/${{ runner.name }}-devs.yml
7171 - name : Run psoc6 tests
7272 timeout-minutes : 12
73+ env :
74+ psoc6_test_dir : ../../tests/ports/psoc6
7375 run : |
74- cd tools/psoc6
75- python -u run_test_plan.py --board ${{ matrix.board }} --hil-devs ${{ runner.name }}-devs.yml --max-retries 2
76+ cd lib/mpy-test-ext
77+ python -u run_test_plan.py --board ${{ matrix.board }} --max-retries 2 --test-plan $psoc6_test_dir/test-plan.yml -- hil-devs $psoc6_test_dir/$ {{ runner.name }}-devs.yml
7678
7779 - name : Container teardown
7880 if : failure() || success()
You can’t perform that action at this time.
0 commit comments