Skip to content

Commit 8142c1d

Browse files
committed
Temporary for testing
1 parent a92c530 commit 8142c1d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/planned_testing_caller.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
if: github.repository == 'uxlfoundation/oneapi-construction-kit' || github.event_name != 'schedule'
2424
uses: ./.github/workflows/planned_testing.yml
2525
with:
26-
target_list: '[ "host_x86_64_linux", "host_aarch64_linux", "host_riscv64_linux", "host_i686_linux", "host_refsi_linux", "host_x86_64_windows" ]'
26+
target_list: '[ "host_x86_64_linux"]'
27+
#', "host_aarch64_linux", "host_riscv64_linux", "host_i686_linux", "host_refsi_linux", "host_x86_64_windows" ]'
2728
ock: true
2829
test_tornado: true
2930
test_sycl_cts: true
@@ -32,7 +33,7 @@ jobs:
3233
# in a reasonable time
3334

3435
# The following can be used to download from a previous workflow run (change id)
35-
# download_ock_artefact: host_x86_64_linux=12915462445;host_aarch64_linux=12915462445
36-
# download_dpcpp_artefact: host_x86_64_linux=12915462445;host_aarch64_linux=12915462445
37-
# download_sycl_cts_artefact: host_x86_64_linux=12915462445;host_aarch64_linux=12915462445
36+
download_ock_artefact: host_x86_64_linux=13442977877;host_aarch64_linux=13442977877
37+
download_dpcpp_artefact: host_x86_64_linux=13442977877;host_aarch64_linux=13442977877
38+
download_sycl_cts_artefact: host_x86_64_linux=13442977877;host_aarch64_linux=13442977877
3839
pull_request: ${{ github.event_name == 'pull_request' }}

0 commit comments

Comments
 (0)