From d7dc7a44deb68308964eba8198e9aba5a5cb7462 Mon Sep 17 00:00:00 2001 From: Dmitry Vodopyanov Date: Tue, 11 Jul 2023 11:32:35 +0200 Subject: [PATCH] [SYCL][CI] Add sycl-ls log to Windows E2E testing logs (#10152) --- devops/actions/e2e-tests-win/action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devops/actions/e2e-tests-win/action.yml b/devops/actions/e2e-tests-win/action.yml index 0e0947f073681..1a6b54c59472b 100644 --- a/devops/actions/e2e-tests-win/action.yml +++ b/devops/actions/e2e-tests-win/action.yml @@ -35,6 +35,9 @@ runs: mkdir build-e2e set PATH=%GITHUB_WORKSPACE%\install\bin;%PATH% cmake -GNinja -B build-e2e -S.\llvm\sycl\test-e2e -DSYCL_TEST_E2E_TARGETS="${{ inputs.targets }}" -DCMAKE_CXX_COMPILER="clang++" -DLEVEL_ZERO_LIBS_DIR="D:\github\level-zero_win-sdk\lib" -DLLVM_LIT="..\llvm\llvm\utils\lit\lit.py" ${{ inputs.cmake_args }} + echo "::group::sycl-ls --verbose" + sycl-ls --verbose + echo "::endgroup:: - name: Run testing shell: bash run: |