Skip to content

[Doc] Define the etor/etors abbreviations #4

[Doc] Define the etor/etors abbreviations

[Doc] Define the etor/etors abbreviations #4

Workflow file for this run

name: E2E Cuda
on:
schedule:
# Run every day at 23:00 UTC
- cron: '0 23 * * *'
issue_comment:
types: [created, edited]
permissions:
contents: read
pull-requests: write
jobs:
e2e-build-hw:
# trigger only if PR comment contains "e2e-cuda"
if: ${{ (github.event.issue.pull_request && contains(github.event.comment.body, '/e2e-cuda')) || (github.event_name == 'schedule') }}
name: Start e2e job
# use core flow, run it with cuda specific parameters
uses: ./.github/workflows/e2e_core.yml

Check failure on line 20 in .github/workflows/e2e_cuda.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/e2e_cuda.yml

Invalid workflow file

error parsing called workflow ".github/workflows/e2e_cuda.yml" -> "./.github/workflows/e2e_core.yml" (source branch with sha:50502a9eea1e7ce882ed2c6bf2f8d7c123b817c8) : You have an error in your yaml syntax on line 14
# 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"