We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c8629b commit 30c7f6eCopy full SHA for 30c7f6e
.buildkite/main.yml
@@ -1,6 +1,10 @@
1
x-run-condition: &run-on-nightly-or-tag
2
if: build.env("NIGHTLY") == "1" || build.tag =~ /^v?[0-9]+(\.[a-zA-Z0-9]+)*([a-zA-Z]+[0-9]*)?$/
3
4
+notify:
5
+ - email: "ullm-oncall@rotations.google.com"
6
+ if: build.state == "failed" && build.branch == "main"
7
+
8
steps:
9
- label: "Upload Tests for Models & Features"
10
<<: *run-on-nightly-or-tag
.buildkite/pipeline_jax.yml
@@ -1,3 +1,7 @@
# -----------------------------------------------------------------
# TEST STEPS - Calling wrapper
0 commit comments