Skip to content

Commit 3e726d6

Browse files
committed
github: workflows: don't run stress on yyz-zephyr-01
this machine has been dropping off the grid whenever we run burn-in on it. So don't let it run burn-in Signed-off-by: James Growden <jgrowden@tenstorrent.com>
1 parent 7ee2c8b commit 3e726d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hardware-long.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
fail-fast: false
5050
matrix:
5151
config: ${{ fromJson(needs.gen-config.outputs.matrix-config) }}
52-
runs-on: ${{ matrix.config.runs-on }}
52+
runs-on: ${{ fromJson(format('["{0}", "!yyz-zephyr-01-lab-p300a"]', matrix.config.runs-on)) }}
5353
container:
5454
image: ghcr.io/tenstorrent/tt-zephyr-platforms/ci-image:v18.12.0-rc1
5555
volumes:

0 commit comments

Comments
 (0)