Skip to content

Commit 84af435

Browse files
author
Pavel Chupin
authored
[SYCL][CI] Update nightly to use resolve_matrix properly (#6528)
Change #6352 done earlier introduced regression to SYCL nightly workflow. This change is to fix it.
1 parent b42e6b0 commit 84af435

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/sycl_nightly.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,30 @@ on:
1010
- '.github/workflows/sycl_nightly.yml'
1111

1212
jobs:
13+
resolve_matrix:
14+
name: Resolve Test Matrix
15+
uses: ./.github/workflows/sycl_resolve_test_matrix.yml
16+
with:
17+
lts_config: "ocl_gen9;ocl_x64"
18+
1319
ubuntu2004_build_test:
1420
if: github.repository == 'intel/llvm'
1521
uses: ./.github/workflows/sycl_linux_build_and_test.yml
22+
needs: resolve_matrix
1623
with:
1724
build_cache_root: "/__w/"
1825
build_artifact_suffix: default
1926
build_configure_extra_args: ''
20-
lts_config: "ocl_gen9;ocl_x64"
2127

2228
ubuntu2004_opaque_pointers_build_test:
2329
if: github.repository == 'intel/llvm'
2430
uses: ./.github/workflows/sycl_linux_build_and_test.yml
31+
needs: resolve_matrix
2532
with:
2633
build_cache_root: "/__w/"
2734
build_cache_suffix: opaque_pointers
2835
build_artifact_suffix: opaque_pointers
2936
build_configure_extra_args: "--hip --cuda --enable-esimd-emulator --cmake-opt=-DDPCPP_ENABLE_OPAQUE_POINTERS=TRUE"
30-
lts_config: "ocl_gen9;ocl_x64"
3137

3238
windows_default:
3339
name: Windows

0 commit comments

Comments
 (0)