We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09cb9e7 commit 1b329dbCopy full SHA for 1b329db
1 file changed
.github/workflows/ports_psoc6.yml
@@ -60,13 +60,6 @@ jobs:
60
- CY8CPROTO-062-4343W
61
- CY8CPROTO-063-BLE
62
- CY8CKIT-062S2-AI
63
- test-suite:
64
- # - vfs
65
- # - no-ext-hw-single
66
- # - no-ext-hw-multi
67
- # - ext-hw-single
68
- # - ext-hw-multi
69
- - ci-tests
70
steps:
71
- uses: actions/checkout@v4
72
- name: Download binaries
@@ -82,7 +75,7 @@ jobs:
82
75
- name: Run psoc6 tests
83
76
timeout-minutes: 12
84
77
run: |
85
- ./tests/ports/psoc6/run_psoc6_tests.sh --test-suite ${{ matrix.test-suite }} --board ${{ matrix.board }} --hil ${{ runner.name }}
78
+ python tools/psoc6/run_test_plan.py --board ${{ matrix.board }} --hil-devs tools/psoc6/${{ runner.name }}-devs.yml --max-retries 1
86
79
87
80
- name: Container teardown
88
81
if: failure() || success()
0 commit comments