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 dcc3cb0Copy full SHA for dcc3cb0
.buildkite/main.yml
@@ -1,6 +1,9 @@
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
+
7
steps:
8
- label: "Upload Tests for Models & Features"
9
<<: *run-on-nightly-or-tag
.buildkite/pipeline_jax.yml
@@ -1,3 +1,7 @@
+ if: build.state == "failed"
# -----------------------------------------------------------------
# TEST STEPS - Calling wrapper
0 commit comments