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 44 workflow_dispatch :
55 schedule :
66 - cron : ' 0 3 * * *'
7- pull_request :
8- paths :
9- - ' devops/containers/ubuntu2204_preinstalled.Dockerfile'
10- - ' .github/workflows/sycl_nightly.yml'
117
128jobs :
139 test_matrix :
1410 if : github.repository == 'intel/llvm'
1511 name : Generate Test Matrix
1612 uses : ./.github/workflows/sycl_gen_test_matrix.yml
1713 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 "
1915
2016 ubuntu2204_build_test :
2117 if : github.repository == 'intel/llvm'
2824 build_configure_extra_args : ' --hip --cuda --enable-esimd-emulator'
2925 merge : false
3026 retention-days : 90
27+ lts_matrix : ${{ needs.test_matrix.outputs.lts_lx_matrix }}
28+ lts_aws_matrix : ${{ needs.test_matrix.outputs.lts_aws_matrix }}
3129
3230 ubuntu2204_opaque_pointers_build_test :
3331 if : github.repository == 'intel/llvm'
4543 name : Windows
4644 if : github.repository == 'intel/llvm'
4745 uses : ./.github/workflows/sycl_windows_build_and_test.yml
46+ needs : test_matrix
4847 with :
4948 retention-days : 90
49+ lts_matrix : ${{ needs.test_matrix.outputs.lts_wn_matrix }}
5050
5151 ubuntu2204_docker_build_push :
5252 if : github.repository == 'intel/llvm'
You can’t perform that action at this time.
0 commit comments