Skip to content

fix(tests): skip crashing torch ops on ascend #93

fix(tests): skip crashing torch ops on ascend

fix(tests): skip crashing torch ops on ascend #93

Workflow file for this run

name: CI v2 Shadow
concurrency:
group: ci-v2-shadow-${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
cancel-in-progress: true
on:
workflow_dispatch:
inputs:
platform:
description: "Platform to run"
type: choice
required: true
default: active
options:
- active
- nvidia
- iluvatar
- metax
- moore
- cambricon
- ascend
- all
push:
branches: ["master"]
pull_request:
branches: ["master", "ci/ci-online"]
jobs:
ci-v2-shadow:
uses: InfiniTensor/ci/.github/workflows/infiniops-ci-v2-shadow.yml@72dd3ae439586df67863d517c3f09296371d92e1
with:
config_path: .github/ci_config.yml
ci_ref: 72dd3ae439586df67863d517c3f09296371d92e1
max_parallel: 10
platform: ${{ github.event_name == 'workflow_dispatch' && (inputs.platform == 'all' && 'nvidia,iluvatar,metax,moore,cambricon,ascend' || inputs.platform == 'active' && 'nvidia,iluvatar,metax,moore,cambricon,ascend' || inputs.platform) || 'nvidia,iluvatar,metax,moore,cambricon,ascend' }}
secrets: inherit