Skip to content

Commit

Permalink
#12611: Build wheels before running the tests on Blackhole
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri-tenstorrent committed Sep 13, 2024
1 parent 336d5ef commit 5e443d1
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .github/workflows/blackhole-post-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
secrets: inherit
with:
arch: '["blackhole"]'
build-wheels:
uses: ./.github/workflows/_build-wheels-impl.yaml
with:
os: "ubuntu-20.04"
arch: "blackhole"
from-precompiled: true
# build-artifact-profiler:
# uses: ./.github/workflows/build-artifact.yaml
# with:
Expand All @@ -43,13 +49,13 @@ jobs:
arch: blackhole
runner-label: BH
timeout: 30
# fd-unit-tests:
# needs: build-artifact
# uses: ./.github/workflows/fast-dispatch-build-and-unit-tests.yaml
# secrets: inherit
# with:
# arch: blackhole
# runner-label: BH
fd-unit-tests:
needs: build-wheels
uses: ./.github/workflows/fast-dispatch-build-and-unit-tests.yaml
secrets: inherit
with:
arch: blackhole
runner-label: BH
# FD C++ Unit Tests
cpp-unit-tests:
needs: build-artifact
Expand Down

0 comments on commit 5e443d1

Please sign in to comment.