Skip to content

Commit 7bcf2a8

Browse files
committed
m
1 parent 654d4d2 commit 7bcf2a8

2 files changed

Lines changed: 3 additions & 14 deletions

File tree

.github/workflows/ur-build-hw.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
- name: Test adapter specific
145145
env:
146146
ZE_ENABLE_LOADER_DEBUG_TRACE: 1
147-
LIT_OPTS: "--timeout 120 -j ${{ contains(inputs.adapter_name, 'BMG') && '4' || '50' }}"
147+
LIT_OPTS: "--timeout 120 -j 50"
148148
# These tests cause timeouts on CI
149149
LIT_FILTER_OUT: "(adapters/level_zero/memcheck.test|adapters/level_zero/v2/deferred_kernel_memcheck.test)"
150150
run: cmake --build build -j $(($(nproc)/3)) -- check-unified-runtime-adapter
@@ -154,7 +154,7 @@ jobs:
154154
- name: Test adapters
155155
env:
156156
ZE_ENABLE_LOADER_DEBUG_TRACE: 1
157-
LIT_OPTS: "--timeout 120 -j ${{ contains(inputs.adapter_name, 'BMG') && '4' || '50' }}"
157+
LIT_OPTS: "--timeout 120 -j 50"
158158
run: cmake --build build -j $(($(nproc)/3)) -- check-unified-runtime-conformance
159159

160160
- name: Debug CI platform information

.github/workflows/ur-precommit.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -70,19 +70,8 @@ jobs:
7070
runner: UR_L0
7171
other_adapter: NATIVE_CPU
7272
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
73-
- name: L0_BMG
74-
runner: UR_L0_BMG
75-
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
76-
- name: L0_V2_BMG
77-
runner: UR_L0_BMG
78-
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
79-
- name: L0_BMG
80-
runner: UR_L0_BMG
81-
static: ON
82-
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
83-
- name: L0_BMG
73+
- name: L0_V2
8474
runner: UR_L0_BMG
85-
other_adapter: NATIVE_CPU
8675
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
8776
- name: CUDA
8877
runner: UR_CUDA

0 commit comments

Comments
 (0)