Skip to content

Commit

Permalink
0: target this machine to hang
Browse files Browse the repository at this point in the history
  • Loading branch information
ttmchiou committed Mar 20, 2024
1 parent 37b32df commit f513660
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
runner-info: [
{arch: grayskull, runs-on: ["grayskull"], name: E150},
# N150
{arch: wormhole_b0, runs-on: ["wormhole_b0", "multi-chip-num-pcie-1", "multi-chip-num-chips-1"], name: N150},
{arch: wormhole_b0, runs-on: ["issue-miw-135", "multi-chip-num-pcie-1", "multi-chip-num-chips-1"], name: N150},
# N300
{arch: wormhole_b0, runs-on: ["wormhole_b0", "multi-chip-num-pcie-1", "multi-chip-num-chips-2"], name: N300},
{arch: wormhole_b0, runs-on: ["issue-miw-135", "multi-chip-num-pcie-1", "multi-chip-num-chips-2"], name: N300},
]
env:
TT_METAL_ENV: ${{ vars.TT_METAL_ENV }}
Expand Down

0 comments on commit f513660

Please sign in to comment.