Skip to content

.github/workflows/build-and-unit-tests-wrapper.yaml #206

.github/workflows/build-and-unit-tests-wrapper.yaml

.github/workflows/build-and-unit-tests-wrapper.yaml #206

name: "[post-commit] Slow Dispatch unit tests"
on:
workflow_dispatch:
jobs:
build-artifact:
uses: ./.github/workflows/build-artifact.yaml
secrets: inherit
sd-unit-tests-gs:
needs: build-artifact
uses: ./.github/workflows/build-and-unit-tests.yaml

Check failure on line 12 in .github/workflows/build-and-unit-tests-wrapper.yaml

View workflow run for this annotation

GitHub Actions / [post-commit] Slow Dispatch unit tests

Invalid workflow file

The workflow is not valid. In .github/workflows/build-and-unit-tests-wrapper.yaml (Line: 12, Col: 11): Error from called workflow tenstorrent/tt-metal/.github/workflows/build-and-unit-tests.yaml@ff775cf912909121500b8f31d0c52c063e501bd3 (Line: 8, Col: 15): Unexpected value 'choice' In .github/workflows/build-and-unit-tests-wrapper.yaml (Line: 12, Col: 11): Error from called workflow tenstorrent/tt-metal/.github/workflows/build-and-unit-tests.yaml@ff775cf912909121500b8f31d0c52c063e501bd3 (Line: 9, Col: 9): Unexpected value 'options'
secrets: inherit
with:
arch: grayskull
runner-label: E150
sd-unit-tests-n150:
needs: build-artifact
uses: ./.github/workflows/build-and-unit-tests.yaml
secrets: inherit
with:
arch: wormhole_b0
runner-label: N150
sd-unit-tests-n300:
needs: build-artifact
uses: ./.github/workflows/build-and-unit-tests.yaml
secrets: inherit
with:
arch: wormhole_b0
runner-label: N300