From 8f33e3f7ceec6a6ac75964892e68508c521417ee Mon Sep 17 00:00:00 2001 From: Abhinav Sarje Date: Thu, 14 Nov 2024 23:07:38 +0000 Subject: [PATCH] Add blackhole post commit models tests --- .github/workflows/blackhole-post-commit.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/blackhole-post-commit.yaml b/.github/workflows/blackhole-post-commit.yaml index 8a09f14ecb2..deb40e84883 100644 --- a/.github/workflows/blackhole-post-commit.yaml +++ b/.github/workflows/blackhole-post-commit.yaml @@ -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 }}