We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0eb61a commit 381eac6Copy full SHA for 381eac6
scripts/test-template-fastcheck.j2
@@ -6,6 +6,10 @@
6
{% set hf_home_fsx = "/fsx/hf_cache" %}
7
8
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
+
13
- label: ":docker: build image"
14
key: image-build
15
agents:
0 commit comments