File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 # We can set ock, test_sycl_cts etc here optionally if this is used as a
4242 # pull request. Any parameters below this is intended for local testing
4343 # and should not be merged nor reviewed (other than checking it should not be merged).
44+ ock : false
45+ test_tornado : false
46+ test_sanitizers : false
47+ test_remote_hal : true
48+ test_sycl_cts : false
49+ test_sycl_e2e : false
50+ test_opencl_cts : false
51+ run_internal : false
52+ run_external : true
53+ target_list : ' [ "host_x86_64_linux"]'
4454
4555 # This cleans up any caches which may have been created when running external tests
4656 clean_caches :
Original file line number Diff line number Diff line change @@ -256,9 +256,9 @@ jobs:
256256 build_run_remote_hal :
257257 if : inputs.test_remote_hal
258258 needs : [ workflow_vars ]
259- runs-on : ' ubuntu-24 .04'
259+ runs-on : ' ubuntu-22 .04'
260260 container :
261- image : ' ghcr.io/uxlfoundation/ock_ubuntu_24 .04-x86-64:latest'
261+ image : ' ghcr.io/uxlfoundation/ock_ubuntu_22 .04-x86-64:latest'
262262 volumes :
263263 - ${{github.workspace}}:${{github.workspace}}
264264 steps :
You can’t perform that action at this time.
0 commit comments