Skip to content

Commit

Permalink
#0: Use 800MHz for nightlies
Browse files Browse the repository at this point in the history
  • Loading branch information
tt-rkim committed Mar 13, 2024
1 parent cd07817 commit 3a1f682
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
ARCH_NAME: ${{ matrix.arch }}
CONFIG: ci
environment: dev
runs-on: ["arch-${{ matrix.arch }}", "fw-date-2024-03-05"]
runs-on: ["arch-${{ matrix.arch }}", "issue-upgrade-800mhz-reset"]
steps:
- uses: tenstorrent-metal/metal-workflows/.github/actions/[email protected]
- name: Ensure weka mount is active
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/full-regressions-and-models.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
CONFIG: ci
TT_METAL_SLOW_DISPATCH_MODE: 1
environment: dev
runs-on: ["arch-${{ matrix.arch }}", "fw-date-2024-03-05"]
runs-on: ["arch-${{ matrix.arch }}", "issue-upgrade-800mhz-reset"]
steps:
- uses: tenstorrent-metal/metal-workflows/.github/actions/[email protected]
- name: Ensure weka mount is active
Expand Down

0 comments on commit 3a1f682

Please sign in to comment.