Skip to content

(TG) TG demo tests #110

(TG) TG demo tests

(TG) TG demo tests #110

Workflow file for this run

name: "(TG) TG demo tests"
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 1,3,5' # This cron schedule runs the workflow every Monday/Wednesday/Friday at 12am UTC
jobs:
build-artifact:
uses: ./.github/workflows/build-artifact.yaml
with:
arch: '["wormhole_b0"]'
secrets: inherit
tg-demo-tests:
needs: build-artifact
secrets: inherit
uses: ./.github/workflows/tg-demo-tests-impl.yaml

Check failure on line 17 in .github/workflows/tg-demo-tests.yaml

View workflow run for this annotation

GitHub Actions / (TG) TG demo tests

Invalid workflow file

The workflow is not valid. In .github/workflows/tg-demo-tests.yaml (Line: 17, Col: 11): Error from called workflow tenstorrent/tt-metal/.github/workflows/tg-demo-tests-impl.yaml@32e8c51a375532e5a47c5aee3ee283045d2f14be (Line: 15, Col: 14): Unrecognized named-value: 'matrix'. Located at position 1 within expression: matrix.test-group.model In .github/workflows/tg-demo-tests.yaml (Line: 17, Col: 11): Error from called workflow tenstorrent/tt-metal/.github/workflows/tg-demo-tests-impl.yaml@32e8c51a375532e5a47c5aee3ee283045d2f14be (Line: 15, Col: 14): Unexpected value './tests/scripts/run_tests.sh --tt-arch wormhole_b0 --pipeline-type unit_tg_device --dispatch-mode "" --model ${{ matrix.test-group.model }}'