File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
workflow_dispatch :
5
5
schedule :
6
6
- cron : ' 0 3 * * *'
7
- pull_request :
8
- paths :
9
- - ' devops/containers/ubuntu2204_preinstalled.Dockerfile'
10
- - ' .github/workflows/sycl_nightly.yml'
11
7
12
8
jobs :
13
9
test_matrix :
14
10
if : github.repository == 'intel/llvm'
15
11
name : Generate Test Matrix
16
12
uses : ./.github/workflows/sycl_gen_test_matrix.yml
17
13
with :
18
- lts_config : " ocl_gen9;ocl_x64"
14
+ lts_config : " hip_amdgpu; ocl_gen9;ocl_x64;l0_gen9;esimd_emu;cuda_aws;win_l0_gen12 "
19
15
20
16
ubuntu2204_build_test :
21
17
if : github.repository == 'intel/llvm'
28
24
build_configure_extra_args : ' --hip --cuda --enable-esimd-emulator'
29
25
merge : false
30
26
retention-days : 90
27
+ lts_matrix : ${{ needs.test_matrix.outputs.lts_lx_matrix }}
28
+ lts_aws_matrix : ${{ needs.test_matrix.outputs.lts_aws_matrix }}
31
29
32
30
ubuntu2204_opaque_pointers_build_test :
33
31
if : github.repository == 'intel/llvm'
45
43
name : Windows
46
44
if : github.repository == 'intel/llvm'
47
45
uses : ./.github/workflows/sycl_windows_build_and_test.yml
46
+ needs : test_matrix
48
47
with :
49
48
retention-days : 90
49
+ lts_matrix : ${{ needs.test_matrix.outputs.lts_wn_matrix }}
50
50
51
51
ubuntu2204_docker_build_push :
52
52
if : github.repository == 'intel/llvm'
You can’t perform that action at this time.
0 commit comments