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:
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