From 931d7a77126a794486409b0915c8fadfe7ad5cac Mon Sep 17 00:00:00 2001 From: Alan Forbes Date: Thu, 12 Dec 2024 16:16:21 +0000 Subject: [PATCH] Tweak initial settings --- .github/workflows/planned_testing.yml | 1 - .github/workflows/planned_testing_caller.yml | 6 ++++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/planned_testing.yml b/.github/workflows/planned_testing.yml index cc2c6737e..07ad9348e 100644 --- a/.github/workflows/planned_testing.yml +++ b/.github/workflows/planned_testing.yml @@ -118,7 +118,6 @@ jobs: with: target: ${{ matrix.target }} - # Currently only builds and runs (default: quick) on x86_64 linux build_run_opencl_cts: if: inputs.test_opencl_cts needs: [ workflow_vars, build_icd, create_ock_artefacts ] diff --git a/.github/workflows/planned_testing_caller.yml b/.github/workflows/planned_testing_caller.yml index 267b5c5fd..a8bca40e2 100644 --- a/.github/workflows/planned_testing_caller.yml +++ b/.github/workflows/planned_testing_caller.yml @@ -18,8 +18,10 @@ jobs: if: github.repository == 'uxlfoundation/oneapi-construction-kit' || github.event_name != 'schedule' uses: ./.github/workflows/planned_testing.yml with: - target_list: '["host_x86_64_linux", "host_aarch64_linux", "host_riscv64_linux", "host_i686_linux", "host_refsi_linux", "host_x86_64_windows" ]' - test_tornado: true + # TODO: restore settings + #target_list: '["host_x86_64_linux", "host_aarch64_linux", "host_riscv64_linux", "host_i686_linux", "host_refsi_linux", "host_x86_64_windows" ]' + target_list: '["host_x86_64_linux", "host_aarch64_linux", "host_riscv64_linux" ]' + test_tornado: false test_opencl_cts: true # Have a pull request setting which can be used to test the flow as best as possible # in a reasonable time