refactor: delete .devops/mindspore-ci-test.yml

This commit is contained in:
wangtao 2023-03-25 21:31:32 +08:00 committed by jianmu
parent 49e06d1831
commit 39d1f3b05f
1 changed files with 0 additions and 50 deletions

View File

@ -1,50 +0,0 @@
version: 2
name: mindspore-ci-test
description: ""
global:
concurrent: 1
trigger:
webhook: gitlink@1.0.0
event:
- ref: pr
ruleset:
- param-ref: action
operator: EQ
value: "'opened'"
ruleset-operator: AND
workflow:
- ref: start
name: 开始
task: start
- ref: shell_0
name: shell
on-failure: ignore
image: zhangxunhui/mindspore-testcases:0.1.2
needs:
- start
- ref: shell_1
name: shell
on-failure: ignore
image: zhangxunhui/mindspore-cla:0.0.1
needs:
- start
- ref: dingtalk_notice_text_0
name: 钉钉通知-文本
task: dingtalk_notice_text@1.0.2
input:
boot_webhook_url: ((ding_notice.webhook))
secret: ((ding_notice.secret))
msg_text: 'shell_0.inner.execution_status === "EXECUTE_SUCCEEDED" &&
shell_1.inner.execution_status === "EXECUTE_SUCCEEDED" ? "CI test
succeed" : "CI test fail"'
at_user_ids: '"[]"'
at_mobiles: '"[13272099438]"'
needs:
- shell_0
- shell_1
- ref: end
name: 结束
task: end
needs:
- dingtalk_notice_text_0