From f6035f286641fa242de3856c423599ee1f7c3ca0 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Tue, 4 Jun 2024 22:03:28 +0000 Subject: [PATCH] Parallel AMD build. --- .github/workflows/build.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 432d20df..1ba18f14 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -186,11 +186,8 @@ jobs: concurrency: group: ${{ github.workflow }}-build-and-push-image-rocm-${{ github.head_ref || github.run_id }} cancel-in-progress: true - needs: - - start-runner - - build-and-push-image # Wait for the main docker image to be built - - integration-tests # Wait for the main integration-tests - runs-on: ${{ needs.start-runner.outputs.label }} # run the job on the newly created runner + runs-on: + group: [amd-gpu, multi-gpu, mi250] permissions: contents: write packages: write