Skip to content

Improve the ci by separating CPU and CUDA tests #19

Improve the ci by separating CPU and CUDA tests

Improve the ci by separating CPU and CUDA tests #19

Workflow file for this run

name: TorchBench PR Test
on:
pull_request:
workflow_dispatch:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}-${{ github.ref_type == 'branch' && github.sha }}-${{ github.event_name == 'workflow_dispatch' }}-${{ github.event_name == 'schedule' }}
cancel-in-progress: true
jobs:
cpu-test:
uses: ./.github/workflows/_linux-test-cpu.yml
with:
timeout-minutes: 240 # 4 hours
cuda-test:
uses: ./.github/workflows/_linux-test-cuda.yml

Check failure on line 19 in .github/workflows/pr-test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr-test.yml

Invalid workflow file

error parsing called workflow ".github/workflows/pr-test.yml" -> "./.github/workflows/_linux-test-cuda.yml" : No event triggers defined in `on`
with:
timeout-minutes: 240 # 4 hours