Skip to content

Commit

Permalink
Add blackhole post commit models tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mywoodstock committed Nov 14, 2024
1 parent 0ee3a89 commit 8f33e3f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/blackhole-post-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,17 @@ jobs:
# to support the number of developers running this workflow
# build-and-test-measure-perf:
# build-and-test-measure-perf-device:

models-unit-tests:
needs: build-wheels
secrets: inherit
strategy:
fail-fast: false
matrix:
test-group: [
{ arch: blackhole, runner-label: P100 },
]
uses: ./.github/workflows/models-post-commit.yaml
with:
arch: ${{ matrix.test-group.arch }}
runner-label: ${{ matrix.test-group.runner-label }}

0 comments on commit 8f33e3f

Please sign in to comment.