Skip to content

Commit a7eebc2

Browse files
committed
Add email alerts for nightly and torch pipelines
Signed-off-by: Pysith Vanuptikul <piv@google.com>
1 parent b832b02 commit a7eebc2

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.buildkite/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ x-run-condition: &run-on-nightly-or-tag
33

44
notify:
55
- email: "ullm-oncall@rotations.google.com"
6-
if: build.state == "failed" && build.branch == "main"
6+
if: build.state == "failed"
77

88
steps:
99
- label: "Upload Tests for Models & Features"

.buildkite/nightly_releases.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
notify:
2+
- email: "ullm-oncall@rotations.google.com"
3+
if: build.state == "failed"
4+
15
steps:
26
- label: "Publish vllm/vllm-tpu nightly image"
37
if: build.env("NIGHTLY") == "1"

.buildkite/pipeline_torch.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
notify:
2+
- email: "ullm-oncall@rotations.google.com"
3+
if: build.state == "failed" && build.branch == "main"
4+
15
steps:
26
# -----------------------------------------------------------------
37
# TEST STEPS - Calling wrapper, using python3 -m pytest

0 commit comments

Comments
 (0)