Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/ci_boards.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@
"board": "p100a",
"runs-on": "p100a-jtag",
"product": "bh",
"metal-image": "ghcr.io/tenstorrent/tt-metal/upstream-tests-bh:v0.66.0-dev20251218-4-g255c9332f1",
"metal-image": "ghcr.io/tenstorrent/tt-metal/upstream-tests-bh:v0.67.0-dev20260212-42-g8b3c2e0e23",
"metal-target": "blackhole",
"kmd_build": "2.5.0"
"kmd_build": "2.7.0"
},
{
"board": "p150a",
"runs-on": "p150a-jtag",
"product": "bh",
"metal-image": "ghcr.io/tenstorrent/tt-metal/upstream-tests-bh:v0.66.0-dev20251218-4-g255c9332f1",
"metal-image": "ghcr.io/tenstorrent/tt-metal/upstream-tests-bh:v0.67.0-dev20260212-42-g8b3c2e0e23",
"metal-target": "blackhole",
"kmd_build": "2.5.0"
"kmd_build": "2.7.0"
},
{
"board": "p300a",
"runs-on": "p300a-jtag",
"product": "bh",
"metal-image": "ghcr.io/tenstorrent/tt-metal/upstream-tests-bh-p300:v0.66.0-dev20251218-4-g255c9332f1",
"metal-image": "ghcr.io/tenstorrent/tt-metal/upstream-tests-bh-p300:v0.67.0-dev20260212-42-g8b3c2e0e23",
"metal-target": "blackhole_p300",
"kmd_build": "2.5.0"
"kmd_build": "2.7.0"
}
]
1 change: 1 addition & 0 deletions .github/workflows/hardware-long.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
echo "matrix-config=$MATRIX_CONFIG" | tee -a $GITHUB_OUTPUT

e2e-stress-test:
name: e2e-stress-test (${{ matrix.config.board }})
needs: [gen-config]
strategy:
fail-fast: false
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/hardware-smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
echo "matrix-config=$MATRIX_CONFIG" | tee -a $GITHUB_OUTPUT

hardware-smoke-test:
name: hardware-smoke-test (${{ matrix.config.board }})
needs: [gen-config]
env:
ASIC_ID: 0
Expand Down Expand Up @@ -128,6 +129,7 @@ jobs:
python3 ./scripts/dump_smc_state.py --asic-id $ASIC_ID

smoke-e2e-test:
name: smoke-e2e-test (${{ matrix.config.board }})
needs: [gen-config]
strategy:
fail-fast: false
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/metal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
echo "matrix-config=$MATRIX_CONFIG" | tee -a $GITHUB_OUTPUT

metal-test:
name: metal-test (${{ matrix.config.board }})
needs: [build-fw-artifact, gen-config]
strategy:
fail-fast: false
Expand Down
Loading