Skip to content

Commit 4a7c32c

Browse files
author
Colin Davidson
committed
debug remote hal
1 parent 9deca2d commit 4a7c32c

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

.github/workflows/planned_testing_caller_20.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,16 @@ jobs:
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:

.github/workflows/run_ock_external_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)