Skip to content

Commit 5bf80d8

Browse files
authored
[SYCL][CI] Do not set ZE_DEBUG when running UR tests (#17836)
Setting ZE_DEBUG impacts test execution time and introduces delays that can hide problems in the UR adapters. Also, with ZE_DEBUG logs generated by CI jobs are tens of megabytes in size which makes it difficult to analyze then (at least online).
1 parent 87acf73 commit 5bf80d8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

-2
Original file line numberDiff line numberDiff line change
@@ -144,15 +144,13 @@ jobs:
144144
- name: Test adapter specific
145145
env:
146146
ZE_ENABLE_LOADER_DEBUG_TRACE: 1
147-
ZE_DEBUG: 1
148147
run: ctest -C ${{matrix.build_type}} --test-dir ${{github.workspace}}/build --output-on-failure -L "adapter-specific" -E "memcheck" --timeout 600 -VV
149148
# Don't run adapter specific tests when building multiple adapters
150149
if: ${{ matrix.adapter.other_name == '' }}
151150

152151
- name: Test adapters
153152
env:
154153
ZE_ENABLE_LOADER_DEBUG_TRACE: 1
155-
ZE_DEBUG: 1
156154
run: env UR_CTS_ADAPTER_PLATFORM="${{matrix.adapter.platform}}" ctest -C ${{matrix.build_type}} --test-dir ${{github.workspace}}/build --output-on-failure -L "conformance" --timeout 600 -VV
157155

158156
- name: Get information about platform

0 commit comments

Comments
 (0)