Skip to content

(T3K) T3000 profiler tests #793

(T3K) T3000 profiler tests

(T3K) T3000 profiler tests #793

name: "(T3K) T3000 profiler tests"
on:
workflow_dispatch:
workflow_call:
schedule:
- cron: "0 */8 * * *" # This cron schedule runs the workflow every 8 hours
jobs:
build-artifact-profiler:
uses: ./.github/workflows/build-artifact.yaml
with:
arch: '["wormhole_b0"]'
tracy: true
secrets: inherit
t3000-profiler-tests:
needs: build-artifact-profiler
secrets: inherit
uses: ./.github/workflows/t3000-profiler-tests-impl.yaml

Check failure on line 19 in .github/workflows/t3000-profiler-tests.yaml

View workflow run for this annotation

GitHub Actions / (T3K) T3000 profiler tests

Invalid workflow file

The workflow is not valid. .github/workflows/t3000-profiler-tests.yaml (Line: 19, Col: 11): Input extra-tag is required, but not provided while calling.