Skip to content

(Single-card) Device perf regressions #4905

(Single-card) Device perf regressions

(Single-card) Device perf regressions #4905

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
with:
tracy: true
secrets: inherit
device-perf:
needs: build-artifact-profiler
secrets: inherit
uses: ./.github/workflows/perf-device-models-impl.yaml

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

View workflow run for this annotation

GitHub Actions / .github/workflows/perf-device-models.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/perf-device-models.yaml" -> "./.github/workflows/perf-device-models-impl.yaml" (source branch with sha:11754f1445f11a1d636a2caeba00e3d71d61fa1b) : every step must define a `uses` or `run` key
with:
docker-image: ${{ needs.build-artifact-profiler.outputs.ci-build-docker-image }}
wheel-artifact-name: ${{ needs.build-artifact-profiler.outputs.wheel-artifact-name }}