Skip to content

Commit 1b45255

Browse files
committed
Switch to LTS2 for CICD tests
1 parent 65234bd commit 1b45255

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/_linux_accelerate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
runs-on: ${{ needs.prepare.outputs.runner_id }}
9292
needs: prepare
9393
container:
94-
image: mengfeili/intel-pvc-driver:1146-1136
94+
image: intelgpu/driver-lts2:1146
9595
volumes:
9696
- ${{ github.workspace }}:${{ github.workspace }}
9797
options: --device=/dev/mem --device=/dev/dri --group-add video --group-add ${{ needs.prepare.outputs.render_id }}

.github/workflows/_linux_e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
needs: runner
7878
timeout-minutes: 3600
7979
container:
80-
image: mengfeili/intel-pvc-driver:1146-1136
80+
image: intelgpu/driver-lts2:1146
8181
volumes:
8282
- ${{ github.workspace }}:${{ github.workspace }}
8383
options: --device=/dev/mem --device=/dev/dri --group-add video --security-opt seccomp=unconfined --cap-add=SYS_PTRACE --shm-size=8g

.github/workflows/_linux_op_benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
runs-on: ${{ needs.runner.outputs.runner_id }}
5353
timeout-minutes: 900
5454
container:
55-
image: mengfeili/intel-pvc-driver:1146-1136
55+
image: intelgpu/driver-lts2:1146
5656
volumes:
5757
- ${{ github.workspace }}:${{ github.workspace }}
5858
options: --device=/dev/mem --device=/dev/dri --group-add video --security-opt seccomp=unconfined --cap-add=SYS_PTRACE --shm-size=8g

.github/workflows/_linux_transformers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
needs: prepare
145145
runs-on: ${{ needs.prepare.outputs.runner_id }}
146146
container:
147-
image: mengfeili/intel-pvc-driver:1146-1136
147+
image: intelgpu/driver-lts2:1146
148148
volumes:
149149
- ${{ github.workspace }}:${{ github.workspace }}
150150
options: --device=/dev/mem --device=/dev/dri --group-add video --group-add ${{ needs.prepare.outputs.render_id }}

.github/workflows/_linux_ut.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
if: ${{ ! contains(inputs.ut, 'distributed') }}
6161
runs-on: ${{ needs.runner.outputs.runner_id }}
6262
container:
63-
image: mengfeili/intel-pvc-driver:1146-1136
63+
image: intelgpu/driver-lts2:1146
6464
volumes:
6565
- ${{ github.workspace }}:${{ github.workspace }}
6666
options: --device=/dev/mem --device=/dev/dri --group-add video --security-opt seccomp=unconfined --cap-add=SYS_PTRACE --shm-size=8g

.github/workflows/bisect_search.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
needs: get_runner
6161
runs-on: ${{ needs.get_runner.outputs.runner_id }}
6262
container:
63-
image: mengfeili/intel-pvc-driver:1146-1136
63+
image: intelgpu/driver-lts2:1146
6464
volumes:
6565
- ${{ github.workspace }}:${{ github.workspace }}
6666
options: --device=/dev/mem --device=/dev/dri --group-add video --privileged --shm-size=8g

0 commit comments

Comments
 (0)