Skip to content
Open
Show file tree
Hide file tree
Changes from all 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 @@ -92,7 +92,7 @@ jobs:
runs-on: ${{ needs.prepare.outputs.runner_id }}
needs: prepare
container:
image: intelgpu/ubuntu-22.04-lts2:2523.31
image: intelgpu/ubuntu-24.04-lts2:2523.31
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 @@ -74,7 +74,7 @@ jobs:
needs: runner
timeout-minutes: 3600
container:
image: intelgpu/ubuntu-22.04-lts2:2523.31
image: intelgpu/ubuntu-24.04-lts2:2523.31
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 @@ -50,7 +50,7 @@ jobs:
runs-on: ${{ needs.runner.outputs.runner_id }}
timeout-minutes: 900
container:
image: intelgpu/ubuntu-22.04-lts2:2523.31
image: intelgpu/ubuntu-24.04-lts2:2523.31
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_test_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ on:
tag:
required: true
type: string
default: 'intelgpu/ubuntu-22.04-lts2:2523.31'
default: 'intelgpu/ubuntu-24.04-lts2:2523.31'
description: Whether push image to docker hub or not
push_to_hub:
type: boolean
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 @@ -145,7 +145,7 @@ jobs:
needs: prepare
runs-on: ${{ needs.prepare.outputs.runner_id }}
container:
image: intelgpu/ubuntu-22.04-lts2:2523.31
image: intelgpu/ubuntu-24.04-lts2:2523.31
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 @@ -59,7 +59,7 @@ jobs:
if: ${{ ! contains(inputs.ut, 'distributed') }}
runs-on: ${{ needs.runner.outputs.runner_id }}
container:
image: intelgpu/ubuntu-22.04-lts2:2523.31
image: intelgpu/ubuntu-24.04-lts2:2523.31
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 @@ -65,7 +65,7 @@ jobs:
needs: get_runner
runs-on: ${{ needs.get_runner.outputs.runner_id }}
container:
image: intelgpu/ubuntu-22.04-lts2:2523.31
image: intelgpu/ubuntu-24.04-lts2:2523.31
volumes:
- ${{ github.workspace }}:${{ github.workspace }}
options: --device=/dev/mem --device=/dev/dri --group-add video --privileged --shm-size=8g
Expand Down
Loading