Skip to content

Commit c78de58

Browse files
committed
TEMPORARY - TO test it
1 parent f5787cd commit c78de58

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

.github/workflows/planned_testing_caller.yml

+11-9
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,14 @@ 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",
27-
"host_aarch64_linux",
28-
"host_riscv64_linux",
29-
"host_i686_linux",
30-
"host_refsi_linux",
31-
"host_x86_64_windows" ]'
26+
# target_list: '[ "host_x86_64_linux",
27+
# "host_aarch64_linux",
28+
# "host_riscv64_linux",
29+
# "host_i686_linux",
30+
# "host_refsi_linux",
31+
# "host_x86_64_windows" ]'
32+
target_list: '[ "host_x86_64_linux", "host_riscv64_linux"]'
33+
#', "host_aarch64_linux", "host_riscv64_linux", "host_i686_linux", "host_refsi_linux", "host_x86_64_windows" ]'
3234
ock: true
3335
test_tornado: true
3436
test_sycl_cts: true
@@ -37,7 +39,7 @@ jobs:
3739
# in a reasonable time
3840

3941
# The following can be used to download from a previous workflow run (change id)
40-
# download_ock_artefact: host_x86_64_linux=12915462445;host_aarch64_linux=12915462445
41-
# download_dpcpp_artefact: host_x86_64_linux=12915462445;host_aarch64_linux=12915462445
42-
# download_sycl_cts_artefact: host_x86_64_linux=12915462445;host_aarch64_linux=12915462445
42+
download_ock_artefact: host_x86_64_linux=13505807383;host_aarch64_linux=13505807383
43+
download_dpcpp_artefact: host_x86_64_linux=13505807383;host_aarch64_linux=13505807383
44+
download_sycl_cts_artefact: host_x86_64_linux=13505807383;host_aarch64_linux=13505807383
4345
pull_request: ${{ github.event_name == 'pull_request' }}

0 commit comments

Comments
 (0)