Skip to content

Commit 381eac6

Browse files
committed
add notification
Signed-off-by: Richard Liu <ricliu@google.com>
1 parent f0eb61a commit 381eac6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/test-template-fastcheck.j2

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
{% set hf_home_fsx = "/fsx/hf_cache" %}
77

88
steps:
9+
- notify:
10+
email: "vllm-cicd-notifications@google.com"
11+
if: (step.label == "TPU V0 Test" || step.label == ""TPU V1 Test") && (step.outcome == "soft_failed" || step.outcome == "hard_failed")
12+
913
- label: ":docker: build image"
1014
key: image-build
1115
agents:

0 commit comments

Comments
 (0)