Skip to content

Commit a52a66f

Browse files
committed
add debug for test run
Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com>
1 parent 6faa6ef commit a52a66f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

devops/actions/run-tests/e2e/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ runs:
5959
- name: SYCL End-to-end tests
6060
shell: bash {0}
6161
env:
62+
SYCL_UR_TRACE: 2
63+
ZE_DEBUG: 1
64+
UR_L0_USE_DRIVER_COUNTER_BASED_EVENTS: 0
6265
LIT_OPTS: -v --no-progress-bar --show-unsupported --show-pass --show-xfail --max-time 3600 --time-tests --param print_features=True --param test-mode=${{ inputs.testing_mode }} --param sycl_devices=${{ inputs.target_devices }} ${{ inputs.extra_lit_opts }}
6366
run: |
6467
ninja -C build-e2e check-sycl-e2e > e2e.log 2>&1

0 commit comments

Comments
 (0)