Skip to content

Commit d2bdcb8

Browse files
committed
update uml
1 parent 7fc91a2 commit d2bdcb8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ixuca-smoke-watchdog.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@ jobs:
6161
shouldAlert = true;
6262
alertType = "SCHEDULING_ISSUE";
6363
alertText =
64-
`IXUCA-Smoke-Schedule 调度异常:最近两次已完成运行均为 cancelled。\n` +
64+
`调度异常:最近两次已完成运行均为 cancelled。\n` +
6565
`latest: ${latest.html_url}\n` +
6666
`previous: ${previous.html_url}`;
6767
} else if (smokeFailed) {
6868
shouldAlert = true;
69-
alertType = "SMOKE_FAILED";
69+
alertType = "DOCKER_CHECK_FAILED";
7070
alertText =
71-
`IXUCA-Smoke-Schedule 冒烟失败:最近一次运行 conclusion=failure。\n` +
71+
`容器检查失败:最近一次运行为 failure。\n` +
7272
`run_url: ${latest.html_url}`;
7373
} else {
7474
alertText =

0 commit comments

Comments
 (0)