Skip to content

Commit 4e5a594

Browse files
committed
DO NOT MERGE. For testing.
1 parent aa48f8a commit 4e5a594

3 files changed

Lines changed: 21 additions & 11 deletions

File tree

.github/workflows/planned_testing_caller_19.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,17 @@ jobs:
3232
dpcpp_repo_pr_no: ${{ inputs.dpcpp_repo_pr_no }}
3333
# We can set ock, test_sycl_cts etc here optionally if this is used as a pull request.
3434
# Any with parameters below this is intended for local testing and should not be merged.
35-
# target_list: '[ "host_x86_64_linux" ]'
36-
# ock: true
37-
# native_cpu: true
35+
target_list: '[ "host_x86_64_linux", "refsi_riscv64_linux" ]'
36+
ock: true
37+
native_cpu: true
3838
# test_tornado: true
3939
# test_remote_hal: true
40-
# test_sycl_cts: true
41-
# test_sycl_e2e: true
42-
# test_opencl_cts: true
43-
# test_sanitizers: true
44-
# run_internal: true
45-
# run_external: true
40+
test_sycl_cts: true
41+
test_sycl_e2e: true
42+
test_opencl_cts: true
43+
test_sanitizers: false
44+
run_internal: true
45+
run_external: true
4646
# build_llvm: true
4747

4848
# # These can be set to a workflow run-id to download from a previous workflow. This can be seen from

.github/workflows/planned_testing_caller_main.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,16 @@ jobs:
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: true
31+
test_sycl_e2e: true
32+
test_opencl_cts: true
33+
test_sanitizers: false
34+
run_internal: true
35+
run_external: true
2636

2737
# This cleans up any caches which may have been created when running external tests
2838
clean_caches:

.github/workflows/run_ock_external_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,7 @@ jobs:
892892
sycl_device: native_cpu
893893

894894
run_sycl_e2e_x86_64_opencl:
895-
needs: [workflow_vars, build_dpcpp_native_x86_64]
895+
needs: [workflow_vars, build_dpcpp_native_x86_64, create_ock_artefacts_ubuntu, build_icd ]
896896
runs-on: 'ubuntu-22.04'
897897
container:
898898
image: 'ghcr.io/uxlfoundation/ock_ubuntu_22.04-x86-64:latest'
@@ -928,7 +928,7 @@ jobs:
928928
sycl_device: native_cpu
929929

930930
run_sycl_e2e_aarch64_opencl:
931-
needs: [workflow_vars, build_dpcpp_native_aarch64]
931+
needs: [workflow_vars, build_dpcpp_native_aarch64, create_ock_artefacts_ubuntu, build_icd ]
932932
runs-on: 'ubuntu-22.04-arm'
933933
container:
934934
image: 'ghcr.io/uxlfoundation/ock_ubuntu_22.04-aarch64:latest'

0 commit comments

Comments
 (0)