Skip to content

Commit dcc3cb0

Browse files
committed
Add email alerts on build failure
Signed-off-by: Pysith Vanuptikul <piv@google.com>
1 parent 53f2a88 commit dcc3cb0

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.buildkite/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
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

4+
notify:
5+
- email: "piv@google.com" # testing email
6+
47
steps:
58
- label: "Upload Tests for Models & Features"
69
<<: *run-on-nightly-or-tag

.buildkite/pipeline_jax.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
notify:
2+
- email: "piv@google.com" # testing email
3+
if: build.state == "failed"
4+
15
steps:
26
# -----------------------------------------------------------------
37
# TEST STEPS - Calling wrapper

0 commit comments

Comments
 (0)