Parallel AMD build.

This commit is contained in:
Nicolas Patry 2024-06-04 22:03:28 +00:00
parent 8aece3bd68
commit f6035f2866

View File

@ -186,11 +186,8 @@ jobs:
concurrency: concurrency:
group: ${{ github.workflow }}-build-and-push-image-rocm-${{ github.head_ref || github.run_id }} group: ${{ github.workflow }}-build-and-push-image-rocm-${{ github.head_ref || github.run_id }}
cancel-in-progress: true cancel-in-progress: true
needs: runs-on:
- start-runner group: [amd-gpu, multi-gpu, mi250]
- 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
permissions: permissions:
contents: write contents: write
packages: write packages: write