Skip to content

Commit 1b329db

Browse files
committed
github/workflows/ports_psoc6: Replaced test plan runner script.
Signed-off-by: jaenrig-ifx <enriquezgarcia.external@infineon.com>
1 parent 09cb9e7 commit 1b329db

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/ports_psoc6.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,6 @@ jobs:
6060
- CY8CPROTO-062-4343W
6161
- CY8CPROTO-063-BLE
6262
- 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
7063
steps:
7164
- uses: actions/checkout@v4
7265
- name: Download binaries
@@ -82,7 +75,7 @@ jobs:
8275
- name: Run psoc6 tests
8376
timeout-minutes: 12
8477
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
8679
8780
- name: Container teardown
8881
if: failure() || success()

0 commit comments

Comments
 (0)