Skip to content

Commit cbfe7f0

Browse files
pv97AahilA
authored andcommitted
Add email alerts for nightly pipelines (vllm-project#1095)
Signed-off-by: Pysith Vanuptikul <piv@google.com>
1 parent 140cc17 commit cbfe7f0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-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"

0 commit comments

Comments
 (0)