Skip to content

Commit 8c32b42

Browse files
committed
Temporarily disable all except L0v2 jobs
1 parent 0389975 commit 8c32b42

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

.github/workflows/ur-precommit.yml

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -56,39 +56,39 @@ jobs:
5656
# Extra native CPU jobs are here to force the loader to be used.
5757
# UR will not use the loader if there is only one target.
5858
include:
59-
- name: L0
60-
runner: UR_L0
61-
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
59+
# - name: L0
60+
# runner: UR_L0
61+
# image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
6262
- name: L0_V2
6363
runner: UR_L0
6464
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
65-
- name: L0
66-
runner: UR_L0
67-
static: ON
68-
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
69-
- name: L0
70-
runner: UR_L0
71-
other_adapter: NATIVE_CPU
72-
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
73-
- name: HIP
74-
runner: UR_HIP
75-
image_options: -u 1001 --device=/dev/dri --device=/dev/kfd --cap-add=SYS_ADMIN
76-
- name: CUDA
77-
runner: UR_CUDA
78-
image_options: -u 1001 --privileged --cap-add SYS_ADMIN --gpus all
79-
- name: OPENCL
80-
runner: UR_OPENCL
81-
docker_image: "ghcr.io/intel/llvm/ubuntu2204_build:latest"
82-
image_options: -u 1001 --device=/dev/dri --device=/dev/kfd --privileged --cap-add SYS_ADMIN
83-
- name: OPENCL
84-
runner: UR_OPENCL
85-
other_adapter: NATIVE_CPU
86-
docker_image: "ghcr.io/intel/llvm/ubuntu2204_build:latest"
87-
image_options: -u 1001 --device=/dev/dri --device=/dev/kfd --privileged --cap-add SYS_ADMIN
88-
- name: NATIVE_CPU
89-
runner: UR_NATIVE_CPU
90-
docker_image: "ghcr.io/intel/llvm/ubuntu2204_build:latest"
91-
image_options: -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
65+
# - name: L0
66+
# runner: UR_L0
67+
# static: ON
68+
# image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
69+
# - name: L0
70+
# runner: UR_L0
71+
# other_adapter: NATIVE_CPU
72+
# image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
73+
# - name: HIP
74+
# runner: UR_HIP
75+
# image_options: -u 1001 --device=/dev/dri --device=/dev/kfd --cap-add=SYS_ADMIN
76+
# - name: CUDA
77+
# runner: UR_CUDA
78+
# image_options: -u 1001 --privileged --cap-add SYS_ADMIN --gpus all
79+
# - name: OPENCL
80+
# runner: UR_OPENCL
81+
# docker_image: "ghcr.io/intel/llvm/ubuntu2204_build:latest"
82+
# image_options: -u 1001 --device=/dev/dri --device=/dev/kfd --privileged --cap-add SYS_ADMIN
83+
# - name: OPENCL
84+
# runner: UR_OPENCL
85+
# other_adapter: NATIVE_CPU
86+
# docker_image: "ghcr.io/intel/llvm/ubuntu2204_build:latest"
87+
# image_options: -u 1001 --device=/dev/dri --device=/dev/kfd --privileged --cap-add SYS_ADMIN
88+
# - name: NATIVE_CPU
89+
# runner: UR_NATIVE_CPU
90+
# docker_image: "ghcr.io/intel/llvm/ubuntu2204_build:latest"
91+
# image_options: -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
9292
uses: ./.github/workflows/ur-build-hw.yml
9393
with:
9494
adapter_name: ${{ matrix.name }}

0 commit comments

Comments
 (0)