Skip to content

Commit

Permalink
.github/workflows/ports_psoc6.yml: Adding devs based on runner.
Browse files Browse the repository at this point in the history
Signed-off-by: enriquezgarc <enriquezgarcia.external@infineon.com>
  • Loading branch information
jaenrig-ifx committed Sep 14, 2023
1 parent c4b0eae commit ba07f2e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ports_psoc6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Setup devices
run: |
cp mpy-psoc6_${{ matrix.board }}_${{ needs.server-build.outputs.commit_sha }}/firmware.hex .
source tools/ci.sh && ci_psoc6_flash_multiple_devices firmware.hex
source tools/ci.sh && ci_psoc6_flash_multiple_devices ${{ matrix.board }} firmware.hex ${{ runner.name }}-devs.yml
- name: Run psoc6 multi test
run: |
cd tests
Expand Down
8 changes: 8 additions & 0 deletions tools/psoc6/ifx-hil-nl-devs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- board: CY8CPROTO-062-4343W
sn:
- 072002F302098400
- 1C14031D03201400
- board: CY8CPROTO-063-BLE
sn:
- 100D0F1400052400
- 03180F1400052400

0 comments on commit ba07f2e

Please sign in to comment.