Skip to content

[post-commit] models tests #339

[post-commit] models tests

[post-commit] models tests #339

name: "[post-commit] models tests"
on:
workflow_call:
workflow_dispatch:
jobs:
static-checks:
uses: ./.github/workflows/all-static-checks.yaml
secrets: inherit
build-docker-artifact:
uses: ./.github/workflows/build-docker-artifact.yaml

Check failure on line 12 in .github/workflows/models-post-commit-wrapper.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/models-post-commit-wrapper.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/models-post-commit-wrapper.yaml" -> "./.github/workflows/build-docker-artifact.yaml" (source branch with sha:1000312888a35fd37cc12826fd4d2ff69208feec) : workflow is not reusable as it is missing a `on.workflow_call` trigger
secrets: inherit
build-artifact:
needs: build-docker-artifact
uses: ./.github/workflows/build-artifact.yaml
secrets: inherit
models-unit-tests:
needs: build-artifact
secrets: inherit
strategy:
fail-fast: false
matrix:
test-group: [
{ arch: grayskull, runner-label: E150 },
{ arch: wormhole_b0, runner-label: N150 },
{ arch: wormhole_b0, runner-label: N300 },
]
uses: ./.github/workflows/models-post-commit.yaml
with:
arch: ${{ matrix.test-group.arch}}
runner-label: ${{ matrix.test-group.runner-label}}