Skip to content

Reduce CI matrix in preparation for repo move #52

Reduce CI matrix in preparation for repo move

Reduce CI matrix in preparation for repo move #52

Workflow file for this run

name: SYCL E2E
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
permissions:
contents: read
pull-requests: write
jobs:
e2e-level-zero:

Check failure on line 15 in .github/workflows/e2e.yml

View workflow run for this annotation

GitHub Actions / SYCL E2E

Invalid workflow file

The workflow is not valid. .github/workflows/e2e.yml (Line: 15, Col: 3): The workflow must contain at least one job with no dependencies.
name: Level Zero
permissions:
contents: read
pull-requests: write
needs: [ubuntu-build, level-zero]
uses: ./.github/workflows/e2e_level_zero.yml
e2e-opencl:
name: OpenCL
permissions:
contents: read
pull-requests: write
needs: [ubuntu-build, opencl]
uses: ./.github/workflows/e2e_opencl.yml
# Causes hangs: https://github.com/oneapi-src/unified-runtime/issues/2398
#e2e-cuda:
# name: CUDA
# permissions:
# contents: read
# pull-requests: write
# needs: [ubuntu-build, cuda]
# uses: ./.github/workflows/e2e_cuda.yml