Skip to content

Commit

Permalink
[CI] Rename linux_single_e2e.yml -> sycl_linux_run_tests.yml (intel#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
aelovikov-intel authored Jul 24, 2023
1 parent a0056b7 commit e7aebcd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux_matrix_e2e_on_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
extra_cmake_args:
target_devices: ext_intel_esimd_emulator:gpu
reset_gpu: false
uses: ./.github/workflows/linux_single_e2e.yml
uses: ./.github/workflows/sycl_linux_run_tests.yml
with:
name: ${{ matrix.name }}
runner: ${{ matrix. runner }}
Expand All @@ -66,7 +66,7 @@ jobs:
linux_e2e_on_nightly_aws:
name: '[AWS][CUDA] E2E on Nightly'
needs: [aws_start]
uses: ./.github/workflows/linux_single_e2e.yml
uses: ./.github/workflows/sycl_linux_run_tests.yml
with:
name: CUDA
runner: '["aws-cuda_${{ inputs.uniq }}"]'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/sycl_linux_build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,10 @@ jobs:
fail-fast: false
matrix:
include: ${{ fromJSON(inputs.lts_matrix) }}
uses: ./.github/workflows/linux_single_e2e.yml
uses: ./.github/workflows/sycl_linux_run_tests.yml
with:
tests_selector: e2e

name: ${{ matrix.name }}
runner: ${{ toJSON(matrix.runs-on) }}
image: ${{ matrix.image }}
Expand Down
File renamed without changes.

0 comments on commit e7aebcd

Please sign in to comment.