Skip to content

Commit 2b94edd

Browse files
authored
[UR][CI] Disable other timeouting test (#18780)
Change #18397 switches a filter for "memcheck" to an explicit path. However, that filter would have also hit deferred_kernel_memcheck.test. Since that test is also timing out randomly, disable it too.
1 parent 5714541 commit 2b94edd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,9 @@ jobs:
164164
- name: Test adapter specific
165165
env:
166166
ZE_ENABLE_LOADER_DEBUG_TRACE: 1
167-
LIT_OPTS: "--timeout 120 --filter-out 'adapters/level_zero/memcheck.test'"
167+
LIT_OPTS: "--timeout 120"
168+
# These tests cause timeouts on CI
169+
LIT_FILTER_OUT: "(adapters/level_zero/memcheck.test|adapters/level_zero/v2/deferred_kernel_memcheck.test)"
168170
run: cmake --build build -j $(nproc) -- check-unified-runtime-adapter
169171
# Don't run adapter specific tests when building multiple adapters
170172
if: ${{ matrix.adapter.other_name == '' }}

0 commit comments

Comments
 (0)