Skip to content

(Single-card) Device perf regressions #4898

(Single-card) Device perf regressions

(Single-card) Device perf regressions #4898

name: "(Single-card) Device perf regressions"
on:
workflow_dispatch:
schedule:
- cron: "0 2,7,10,14,17,20,23 * * *"
workflow_call:
jobs:
build-artifact-profiler:
uses: ./.github/workflows/build-artifact.yaml

Check failure on line 11 in .github/workflows/perf-device-models.yaml

View workflow run for this annotation

GitHub Actions / (Single-card) Device perf regressions

Invalid workflow file

The workflow is not valid. In .github/workflows/perf-device-models.yaml (Line: 11, Col: 11): Error from called workflow tenstorrent/tt-metal/.github/workflows/build-artifact.yaml@4496254bdfe455596f53bbe147ad54c36193c7c4 (Line: 59, Col: 16): Unrecognized named-value: 'steps'. Located at position 1 within expression: steps.set_artifact_name.outputs.artifact_name
with:
tracy: true
secrets: inherit
device-perf:
needs: build-artifact-profiler
secrets: inherit
uses: ./.github/workflows/perf-device-models-impl.yaml
with:
docker-image: ${{ needs.build-artifact-profiler.outputs.ci-build-docker-image }}
artifact-name: ${{ needs.build-artifact-profiler.outputs.artifact-name }}