refactor: delete .devops/未命名项目.yml

This commit is contained in:
RongEr 2023-03-25 21:15:45 +08:00 committed by jianmu
parent 2333fc2ead
commit 76b17f8a20
1 changed files with 0 additions and 51 deletions

View File

@ -1,51 +0,0 @@
version: 2
name: 未命名项目
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: end
name: 结束
task: end
needs:
- dingtalk_notice_text_0
- ref: dingtalk_notice_text_0
name: 钉钉通知-文本
on-failure: ignore
task: dingtalk_notice_text@1.0.2
input:
boot_webhook_url: ((zxh_dingding.webhook))
secret: ((zxh_dingding.secret))
msg_text: '(shell_0.inner.execution_status === "EXECUTION_SUCCEEDED" &&
shell_1.inner.execution_status === "EXECUTION_SUCCEEDED") ? "CI测试成功" :
"CI测试失败"'
at_user_ids: '"[]"'
at_mobiles: '"[13272099438]"'
needs:
- shell_0
- shell_1
- ref: shell_1
name: shell
on-failure: ignore
image: zhangxunhui/mindspore-testcases:0.1.2
needs:
- start