Skip to content

Commit a7bdea8

Browse files
committed
[SYCL][CI] do not set ZE_DEBUG when running UR tests
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 37916ce commit a7bdea8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: .github/workflows/ur-build-hw.yml

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

151150
- name: Test adapters
152151
env:
153152
ZE_ENABLE_LOADER_DEBUG_TRACE: 1
154-
ZE_DEBUG: 1
155153
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
156154

157155
- name: Get information about platform

0 commit comments

Comments
 (0)