Skip to content

Commit 4c6d8e0

Browse files
[CI] Enable End-to-End tests in Nightly task (#10254)
I plan to add automatic "lastest-good-nightly" release to it, we need to extend the testing for that.
1 parent 45e8e15 commit 4c6d8e0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/sycl_nightly.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,14 @@ on:
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

128
jobs:
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'
@@ -28,6 +24,8 @@ jobs:
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'
@@ -45,8 +43,10 @@ jobs:
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'

0 commit comments

Comments
 (0)