File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,17 +26,17 @@ jobs:
2626 save_cache : ${{ github.event_name == 'schedule' }}
2727 # We can set ock, test_sycl_cts etc here optionally if this is used as a pull request.
2828 # Any with parameters below this is intended for local testing and should not be merged.
29- # target_list: '[ "host_x86_64_linux" ]'
30- # ock: true
31- # native_cpu: true
29+ target_list : ' [ "host_x86_64_linux", "refsi_riscv64_linux " ]'
30+ ock : true
31+ native_cpu : true
3232 # test_tornado: true
3333 # test_remote_hal: true
34- # test_sycl_cts: true
35- # test_sycl_e2e: true
36- # test_opencl_cts: true
34+ test_sycl_cts : false
35+ test_sycl_e2e : true
36+ test_opencl_cts : true
3737 # test_sanitizers: true
38- # run_internal: true
39- # run_external: true
38+ run_internal : true
39+ run_external : true
4040 # build_llvm: true
4141
4242 # # These can be set to a workflow run-id to download from a previous workflow. This can be seen from
Original file line number Diff line number Diff line change 2323 llvm_version : ' main'
2424 llvm_branch : ' main'
2525 save_cache : ${{ github.event_name == 'schedule' }}
26+ # Delete from here to end of job before merging.
27+ target_list : ' [ "host_x86_64_linux", "refsi_riscv64_linux" ]'
28+ ock : true
29+ native_cpu : true
30+ test_sycl_cts : false
31+ test_sycl_e2e : true
32+ test_opencl_cts : true
33+ run_internal : true
34+ run_external : true
2635
2736 # This cleans up any caches which may have been created when running external tests
2837 clean_caches :
You can’t perform that action at this time.
0 commit comments