Skip to content

Commit

Permalink
Enable weka on models post commit workflow (tenstorrent#14431)
Browse files Browse the repository at this point in the history
#0: enable weka on models post commit workflow
  • Loading branch information
TT-billteng authored and Christopher Taylor committed Nov 9, 2024
1 parent 0a961eb commit a2c8de9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/models-post-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ jobs:
- cloud-virtual-machine
steps:
- uses: tenstorrent-metal/metal-workflows/.github/actions/[email protected]
- uses: ./.github/actions/retry-command
with:
timeout-seconds: 100
max-retries: 10
backoff-seconds: 60
command: ./.github/scripts/cloud_utils/mount_weka.sh
- uses: actions/download-artifact@v4
with:
name: eager-dist-${{ matrix.os }}-${{ inputs.arch }}
Expand Down

0 comments on commit a2c8de9

Please sign in to comment.