Skip to content

Commit 19da009

Browse files
Chris Friedtcfriedt
authored andcommitted
ci: hardware-smoke: only use openocd-rtt for arc
openocd-rtt is only necessary for arc, since it's already supported for for with the default openocd, so no need to specify it there. Signed-off-by: Chris Friedt <[email protected]>
1 parent 480e005 commit 19da009

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/hardware-smoke.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
working-directory: tt-zephyr-platforms
148148
run: |
149149
echo "DMC RTT logs:"
150-
python3 ./scripts/dmc_rtt.py -n --openocd /opt/tenstorrent/bin/openocd-rtt
150+
python3 ./scripts/dmc_rtt.py -n
151151
echo "SMC RTT logs:"
152152
python3 ./scripts/smc_rtt.py -n --openocd /opt/tenstorrent/bin/openocd-rtt
153153
@@ -261,6 +261,6 @@ jobs:
261261
working-directory: tt-zephyr-platforms
262262
run: |
263263
echo "DMC RTT logs:"
264-
python3 ./scripts/dmc_rtt.py -n --openocd /opt/tenstorrent/bin/openocd-rtt
264+
python3 ./scripts/dmc_rtt.py -n
265265
echo "SMC RTT logs:"
266266
python3 ./scripts/smc_rtt.py -n --openocd /opt/tenstorrent/bin/openocd-rtt

0 commit comments

Comments
 (0)