From 1b6ddd381a563f4db3be17679c2a7b7148967894 Mon Sep 17 00:00:00 2001 From: Dimitri Gnidash Date: Thu, 12 Sep 2024 15:42:20 -0400 Subject: [PATCH] #12611: Build wheels before running the tests on Blackhole --- .github/workflows/blackhole-post-commit.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/blackhole-post-commit.yaml b/.github/workflows/blackhole-post-commit.yaml index a458dc7b87f4..e5233772a35b 100644 --- a/.github/workflows/blackhole-post-commit.yaml +++ b/.github/workflows/blackhole-post-commit.yaml @@ -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: @@ -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: