File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,8 @@ jobs:
147
147
run : cmake --build ${{github.workspace}}/sycl_build -j
148
148
149
149
- name : Set extra llvm-lit options
150
- run : echo "LIT_OPTS=\"-sv ${{matrix.adapter.extra_lit_flags}}\"" >> $GITHUB_ENV
150
+ if : matrix.adapter.extra_lit_flags != ''
151
+ run : echo "LIT_OPTS=${{matrix.adapter.extra_lit_flags}}" >> $GITHUB_ENV
151
152
152
153
- name : Run check-sycl
153
154
# Remove after fixing SYCL test :: abi/layout_handler.cpp
Original file line number Diff line number Diff line change 33
33
filter_out : " GroupAlgorithm/root_group.cpp|Basic/exceptions-SYCL-2020.cpp|Graph/UnsupportedDevice/device_query.cpp|Graph/RecordReplay/exception_inconsistent_contexts.cpp"
34
34
# These runners by default spawn upwards of 260 workers. That's too much for the GPU.
35
35
# We also add a time out just in case some test hangs
36
- extra_lit_flags : " -j 50 --max-time 600"
36
+ extra_lit_flags : " -sv - j 50 --max-time 600"
You can’t perform that action at this time.
0 commit comments