We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9d7974 commit c5b5467Copy full SHA for c5b5467
1 file changed
.github/workflows/planned_testing_caller_19.yml
@@ -26,13 +26,13 @@ jobs:
26
save_cache: ${{ github.event_name == 'schedule' }}
27
# We can set ock, test_sycl_cts etc here optionally if this is used as a pull request.
28
# Any with parameters below this is intended for local testing and should not be merged.
29
- # target_list: '[ "host_x86_64_linux" ]'
+ target_list: '[ "host_x86_64_linux" ]'
30
# ock: true
31
# native_cpu: true
32
# test_tornado: true
33
# test_remote_hal: true
34
- # test_sycl_cts: true
35
- # test_sycl_e2e: true
+ test_sycl_cts: true
+ test_sycl_e2e: true
36
# test_opencl_cts: true
37
# test_sanitizers: true
38
# run_internal: true
0 commit comments