CI:add build and test bash script for ascend in dicp #235
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: dicp ci | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- main | |
pull_request: | |
paths-ignore: | |
- "**.md" | |
- ".github/ISSUE_TEMPLATE/**" | |
- ".git*" | |
- "CODE_OF_CONDUCT**" | |
env: | |
ENV_PATH: '/mnt/cache/share/platform/env' | |
DEEPLINK_PATH: '/mnt/cache/share/deeplinkci/github/${{ github.repository }}' | |
concurrency: | |
group: dicp-${{ github.head_ref || github.ref }} | |
cancel-in-progress: true | |
jobs: | |
runs-on-topsrider: | |
name: runs on topsrider | |
uses: ./.github/workflows/_runs-on-topsrider.yml | |
runs-on-ascend: | |
name: runs on ascend | |
uses: ./.github/workflows/_runs-on-ascend.yml |