(T3K) T3000 model perf tests #1136
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "(T3K) T3000 model perf tests" | |
on: | |
workflow_dispatch: | |
schedule: | |
- cron: "0 */12 * * *" # This cron schedule runs the workflow every 12 hours | |
jobs: | |
build-artifact: | |
uses: ./.github/workflows/build-artifact.yaml | |
with: | |
arch: '["wormhole_b0"]' | |
secrets: inherit | |
t3000-model-perf-tests: | |
needs: build-artifact | |
secrets: inherit | |
uses: ./.github/workflows/t3000-model-perf-tests-impl.yaml |