File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments