Skip to content

Commit 75fbb1d

Browse files
authored
Change from email to slack notifications on vllm#tpu-ci-notifications (#1118)
Signed-off-by: Pysith Vanuptikul <piv@google.com>
1 parent a5d52a7 commit 75fbb1d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.buildkite/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ x-run-condition: &run-on-nightly-or-tag
22
if: build.env("NIGHTLY") == "1" || build.tag =~ /^v?[0-9]+(\.[a-zA-Z0-9]+)*([a-zA-Z]+[0-9]*)?$/
33

44
notify:
5-
- email: "buganizer-system+1445761+p1@google.com"
5+
- slack: "vllm#tpu-ci-notifications"
66
if: build.state == "failed"
77

88
steps:

.buildkite/nightly_releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
notify:
2-
- email: "buganizer-system+1445761+p1@google.com"
2+
- slack: "vllm#tpu-ci-notifications"
33
if: build.state == "failed"
44

55
steps:

.buildkite/pipeline_jax.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
notify:
2-
- email: "buganizer-system+1445761+p1@google.com"
2+
- slack: "vllm#tpu-ci-notifications"
33
if: build.state == "failed" && build.branch == "main"
44

55
steps:

0 commit comments

Comments
 (0)