|
77 | 77 | ./scripts/twister -i --retry-failed 3 \ |
78 | 78 | --retry-interval 5 \ |
79 | 79 | -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 \ |
81 | 81 | --tag smoke \ |
82 | 82 | --alt-config-root ../tt-zephyr-platforms/test-conf/samples \ |
83 | 83 | --alt-config-root ../tt-zephyr-platforms/test-conf/tests \ |
@@ -111,15 +111,15 @@ jobs: |
111 | 111 | --retry-interval 5 \ |
112 | 112 | --tag e2e \ |
113 | 113 | -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 \ |
115 | 115 | -T ../tt-zephyr-platforms/app \ |
116 | 116 | --outdir twister-dmc-e2e |
117 | 117 |
|
118 | 118 | # Run tests tagged with "smoke" |
119 | 119 | ./scripts/twister -i --retry-failed 3 \ |
120 | 120 | --retry-interval 5 \ |
121 | 121 | -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 \ |
123 | 123 | --tag smoke \ |
124 | 124 | --alt-config-root ../tt-zephyr-platforms/test-conf/samples \ |
125 | 125 | --alt-config-root ../tt-zephyr-platforms/test-conf/tests \ |
@@ -218,15 +218,15 @@ jobs: |
218 | 218 | --retry-interval 5 \ |
219 | 219 | --tag e2e \ |
220 | 220 | -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 \ |
222 | 222 | -T ../tt-zephyr-platforms/app \ |
223 | 223 | --outdir twister-dmc-e2e |
224 | 224 | # Run E2E test to verify DMC and SMC firmware boot, and that |
225 | 225 | # the SMC firmware sets up PCIe and ARC messages |
226 | 226 | ./scripts/twister -i --retry-failed 3 \ |
227 | 227 | -p $SMC_BOARD --device-testing \ |
228 | 228 | --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 \ |
230 | 230 | -T ../tt-zephyr-platforms/app \ |
231 | 231 | --outdir twister-smc-e2e |
232 | 232 |
|
|
0 commit comments