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 53f2a88 commit f437c2aCopy full SHA for f437c2a
.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: "piv@google.com" # testing email
6
+ if: build.state == "failed"
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