Skip to content

[CI] Enable Cuda/OpenCL e2e on PR comment #3

[CI] Enable Cuda/OpenCL e2e on PR comment

[CI] Enable Cuda/OpenCL e2e on PR comment #3

Workflow file for this run

name: E2E Cuda
on:
push:
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
e2e-build-hw:
# trigger only if head commit contains "test-e2e"
if: ${{ contains(github.event.head_commit.message, 'test-e2e') }}
name: Start e2e job
# use core flow, run it with cuda specific parameters
uses: ./.github/workflows/e2e_core.yml
# parameters that we pass to the core flow
with:
name: "CUDA"
runner_tag: "CUDA_E2E"
str_name: "cuda"
prefix: "ext_oneapi_"
config: "--cuda"
unit: "gpu"