This commit is contained in:
Nicolas Patry 2024-10-03 14:02:07 +02:00
parent 06f9186d80
commit ff8e8852be
No known key found for this signature in database
GPG Key ID: E939E8CC91A1C674

View File

@ -56,7 +56,7 @@ jobs:
export docker_devices="/dev/kfd,/dev/dri" export docker_devices="/dev/kfd,/dev/dri"
export runs_on="amd-gpu-runners" export runs_on="amd-gpu-runners"
export platform="" export platform=""
export extra_pytest="-k test_flash_gemma_load" export extra_pytest="-k test_flash_gemma_gptq_load"
;; ;;
intel-xpu) intel-xpu)
export dockerfile="Dockerfile_intel" export dockerfile="Dockerfile_intel"
@ -168,7 +168,7 @@ jobs:
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.job }}-${{ needs.build-and-push.outputs.label }}-${{ github.head_ref || github.run_id }} group: ${{ github.workflow }}-${{ github.job }}-${{ needs.build-and-push.outputs.label }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true cancel-in-progress: true
needs: build-and-push needs: build-and-push
runs-on: runs-on:
group: ${{ needs.build-and-push.outputs.runs_on }} group: ${{ needs.build-and-push.outputs.runs_on }}
if: needs.build-and-push.outputs.runs_on != 'ubuntu-latest' if: needs.build-and-push.outputs.runs_on != 'ubuntu-latest'