Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/_linux_accelerate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
runs-on: ${{ needs.prepare.outputs.runner_id }}
needs: prepare
container:
image: mengfeili/intel-pvc-driver:1146-1136
image: intelgpu/driver-lts2:1146
volumes:
- ${{ github.workspace }}:${{ github.workspace }}
options: --device=/dev/mem --device=/dev/dri --group-add video --group-add ${{ needs.prepare.outputs.render_id }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_linux_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
needs: runner
timeout-minutes: 3600
container:
image: mengfeili/intel-pvc-driver:1146-1136
image: intelgpu/driver-lts2:1146
volumes:
- ${{ github.workspace }}:${{ github.workspace }}
options: --device=/dev/mem --device=/dev/dri --group-add video --security-opt seccomp=unconfined --cap-add=SYS_PTRACE --shm-size=8g
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_linux_op_benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
runs-on: ${{ needs.runner.outputs.runner_id }}
timeout-minutes: 900
container:
image: mengfeili/intel-pvc-driver:1146-1136
image: intelgpu/driver-lts2:1146
volumes:
- ${{ github.workspace }}:${{ github.workspace }}
options: --device=/dev/mem --device=/dev/dri --group-add video --security-opt seccomp=unconfined --cap-add=SYS_PTRACE --shm-size=8g
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_linux_transformers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
needs: prepare
runs-on: ${{ needs.prepare.outputs.runner_id }}
container:
image: mengfeili/intel-pvc-driver:1146-1136
image: intelgpu/driver-lts2:1146
volumes:
- ${{ github.workspace }}:${{ github.workspace }}
options: --device=/dev/mem --device=/dev/dri --group-add video --group-add ${{ needs.prepare.outputs.render_id }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_linux_ut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
if: ${{ ! contains(inputs.ut, 'distributed') }}
runs-on: ${{ needs.runner.outputs.runner_id }}
container:
image: mengfeili/intel-pvc-driver:1146-1136
image: intelgpu/driver-lts2:1146
volumes:
- ${{ github.workspace }}:${{ github.workspace }}
options: --device=/dev/mem --device=/dev/dri --group-add video --security-opt seccomp=unconfined --cap-add=SYS_PTRACE --shm-size=8g
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bisect_search.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
needs: get_runner
runs-on: ${{ needs.get_runner.outputs.runner_id }}
container:
image: mengfeili/intel-pvc-driver:1146-1136
image: intelgpu/driver-lts2:1146
volumes:
- ${{ github.workspace }}:${{ github.workspace }}
options: --device=/dev/mem --device=/dev/dri --group-add video --privileged --shm-size=8g
Expand Down
Loading