We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6f014a commit 1220a3dCopy full SHA for 1220a3d
.github/workflows/sycl-linux-run-tests.yml
@@ -359,6 +359,7 @@ jobs:
359
env:
360
LIT_OPTS: -v --no-progress-bar --show-unsupported --show-pass --show-xfail --max-time 3600 --time-tests --param test-mode=${{ inputs.e2e_testing_mode }} --param sycl_devices=${{ inputs.target_devices }} ${{ inputs.extra_lit_opts }}
361
run: |
362
+ sleep infinity
363
ninja -C build-e2e check-sycl-e2e > e2e.log 2>&1
364
exit_code=$?
365
cat e2e.log
0 commit comments