From 048fabdbc1e832f3a5bd45d14de8a5ffeac91f9c Mon Sep 17 00:00:00 2001 From: Pavel V Chupin Date: Thu, 4 Aug 2022 12:47:58 -0700 Subject: [PATCH] [SYCL][CI] Update nightly to use resolve_matrix properly Change https://github.com/intel/llvm/pull/6352 done earlier introduced regression to SYCL nightly workflow. This change is to fix it. --- .github/workflows/sycl_nightly.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sycl_nightly.yml b/.github/workflows/sycl_nightly.yml index 7e7cae192456b..61f8fa531b032 100644 --- a/.github/workflows/sycl_nightly.yml +++ b/.github/workflows/sycl_nightly.yml @@ -10,24 +10,30 @@ on: - '.github/workflows/sycl_nightly.yml' jobs: + resolve_matrix: + name: Resolve Test Matrix + uses: ./.github/workflows/sycl_resolve_test_matrix.yml + with: + lts_config: "ocl_gen9;ocl_x64" + ubuntu2004_build_test: if: github.repository == 'intel/llvm' uses: ./.github/workflows/sycl_linux_build_and_test.yml + needs: resolve_matrix with: build_cache_root: "/__w/" build_artifact_suffix: default build_configure_extra_args: '' - lts_config: "ocl_gen9;ocl_x64" ubuntu2004_opaque_pointers_build_test: if: github.repository == 'intel/llvm' uses: ./.github/workflows/sycl_linux_build_and_test.yml + needs: resolve_matrix with: build_cache_root: "/__w/" build_cache_suffix: opaque_pointers build_artifact_suffix: opaque_pointers build_configure_extra_args: "--hip --cuda --enable-esimd-emulator --cmake-opt=-DDPCPP_ENABLE_OPAQUE_POINTERS=TRUE" - lts_config: "ocl_gen9;ocl_x64" windows_default: name: Windows