Skip to content

Commit 6767ede

Browse files
author
Colin Davidson
committed
Force sycl cts testing
1 parent 3b3d43c commit 6767ede

2 files changed

Lines changed: 17 additions & 8 deletions

File tree

.github/workflows/planned_testing_caller_19.yml

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

.github/workflows/planned_testing_caller_main.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@ 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: 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:

0 commit comments

Comments
 (0)