Compare commits

..

1 Commits

Author SHA1 Message Date
Nigel 8e30aa2b0f Update README.md 2023-03-25 21:08:10 +08:00
2 changed files with 54 additions and 1 deletions

View File

@ -0,0 +1,51 @@
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

View File

@ -1,3 +1,5 @@
# test_workflow
提交一个commit
提交一个commit
pr for zxh