File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 42
42
extra_cmake_args :
43
43
target_devices : ext_intel_esimd_emulator:gpu
44
44
reset_gpu : false
45
- uses : ./.github/workflows/linux_single_e2e .yml
45
+ uses : ./.github/workflows/sycl_linux_run_tests .yml
46
46
with :
47
47
name : ${{ matrix.name }}
48
48
runner : ${{ matrix. runner }}
66
66
linux_e2e_on_nightly_aws :
67
67
name : ' [AWS][CUDA] E2E on Nightly'
68
68
needs : [aws_start]
69
- uses : ./.github/workflows/linux_single_e2e .yml
69
+ uses : ./.github/workflows/sycl_linux_run_tests .yml
70
70
with :
71
71
name : CUDA
72
72
runner : ' ["aws-cuda_${{ inputs.uniq }}"]'
Original file line number Diff line number Diff line change @@ -224,8 +224,10 @@ jobs:
224
224
fail-fast : false
225
225
matrix :
226
226
include : ${{ fromJSON(inputs.lts_matrix) }}
227
- uses : ./.github/workflows/linux_single_e2e .yml
227
+ uses : ./.github/workflows/sycl_linux_run_tests .yml
228
228
with :
229
+ tests_selector : e2e
230
+
229
231
name : ${{ matrix.name }}
230
232
runner : ${{ toJSON(matrix.runs-on) }}
231
233
image : ${{ matrix.image }}
File renamed without changes.
You can’t perform that action at this time.
0 commit comments