Skip to content

Commit 8066ffc

Browse files
Chris Friedtcfriedt
authored andcommitted
ci: switch back to hw-map.yml after dmc rename
Change workflows to use hw-map.yml instead of hw-map-dmc.yml after renaming bmc to dmc. Signed-off-by: Chris Friedt <[email protected]>
1 parent 7014c34 commit 8066ffc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/hardware-smoke.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
./scripts/twister -i --retry-failed 3 \
7878
--retry-interval 5 \
7979
-p $DMC_BOARD --device-testing \
80-
--hardware-map /opt/tenstorrent/twister/hw-map-dmc.yml --west-flash \
80+
--hardware-map /opt/tenstorrent/twister/hw-map.yml --west-flash \
8181
--tag smoke \
8282
--alt-config-root ../tt-zephyr-platforms/test-conf/samples \
8383
--alt-config-root ../tt-zephyr-platforms/test-conf/tests \
@@ -111,15 +111,15 @@ jobs:
111111
--retry-interval 5 \
112112
--tag e2e \
113113
-p $DMC_BOARD --device-testing \
114-
--hardware-map /opt/tenstorrent/twister/hw-map-dmc.yml --west-flash \
114+
--hardware-map /opt/tenstorrent/twister/hw-map.yml --west-flash \
115115
-T ../tt-zephyr-platforms/app \
116116
--outdir twister-dmc-e2e
117117
118118
# Run tests tagged with "smoke"
119119
./scripts/twister -i --retry-failed 3 \
120120
--retry-interval 5 \
121121
-p $SMC_BOARD --device-testing \
122-
--hardware-map /opt/tenstorrent/twister/hw-map-dmc.yml --west-flash \
122+
--hardware-map /opt/tenstorrent/twister/hw-map.yml --west-flash \
123123
--tag smoke \
124124
--alt-config-root ../tt-zephyr-platforms/test-conf/samples \
125125
--alt-config-root ../tt-zephyr-platforms/test-conf/tests \
@@ -218,15 +218,15 @@ jobs:
218218
--retry-interval 5 \
219219
--tag e2e \
220220
-p $DMC_BOARD --device-testing \
221-
--hardware-map /opt/tenstorrent/twister/hw-map-dmc.yml --west-flash \
221+
--hardware-map /opt/tenstorrent/twister/hw-map.yml --west-flash \
222222
-T ../tt-zephyr-platforms/app \
223223
--outdir twister-dmc-e2e
224224
# Run E2E test to verify DMC and SMC firmware boot, and that
225225
# the SMC firmware sets up PCIe and ARC messages
226226
./scripts/twister -i --retry-failed 3 \
227227
-p $SMC_BOARD --device-testing \
228228
--tag e2e \
229-
--hardware-map /opt/tenstorrent/twister/hw-map-dmc.yml --west-flash \
229+
--hardware-map /opt/tenstorrent/twister/hw-map.yml --west-flash \
230230
-T ../tt-zephyr-platforms/app \
231231
--outdir twister-smc-e2e
232232

0 commit comments

Comments
 (0)