Skip to content

Commit 480e005

Browse files
Chris Friedtcfriedt
authored andcommitted
ci: hardware-smoke: mount /opt/tenstorrent volume once
Mount /opt/tenstorrent as a single volume instead of mounting several volumes for subdirectories. Signed-off-by: Chris Friedt <[email protected]>
1 parent 8066ffc commit 480e005

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/hardware-smoke.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ jobs:
3838
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.4.20241026
3939
volumes:
4040
- /dev/hugepages-1G:/dev/hugepages-1G
41-
- /opt/tenstorrent/fw/stable:/opt/tenstorrent/fw/stable
42-
- /opt/tenstorrent/twister:/opt/tenstorrent/twister
43-
- /opt/tenstorrent/bin/openocd-rtt:/opt/tenstorrent/bin/openocd-rtt
41+
- /opt/tenstorrent:/opt/tenstorrent
4442
options: '--device /dev/tenstorrent --device /dev/bus/usb --privileged'
4543
steps:
4644
- uses: actions/checkout@v4
@@ -174,9 +172,7 @@ jobs:
174172
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.4.20241026
175173
volumes:
176174
- /dev/hugepages-1G:/dev/hugepages-1G
177-
- /opt/tenstorrent/fw/stable:/opt/tenstorrent/fw/stable
178-
- /opt/tenstorrent/twister:/opt/tenstorrent/twister
179-
- /opt/tenstorrent/bin/openocd-rtt:/opt/tenstorrent/bin/openocd-rtt
175+
- /opt/tenstorrent:/opt/tenstorrent
180176
options: '--device /dev/tenstorrent --device /dev/bus/usb --privileged'
181177
steps:
182178
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)