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 authored and abhullar-tt committed Sep 16, 2024
1 parent 3a2cfb7 commit 37d3702
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/blackhole-post-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ jobs:
secrets: inherit
with:
arch: '["blackhole"]'
build-wheels:
needs: build-artifact
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 @@ -44,7 +51,7 @@ jobs:
runner-label: BH
timeout: 30
fd-unit-tests:
needs: build-artifact
needs: build-wheels
uses: ./.github/workflows/fast-dispatch-build-and-unit-tests.yaml
secrets: inherit
with:
Expand Down

0 comments on commit 37d3702

Please sign in to comment.