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 140cc17 commit cbfe7f0Copy full SHA for cbfe7f0
.buildkite/main.yml
@@ -3,7 +3,7 @@ x-run-condition: &run-on-nightly-or-tag
3
4
notify:
5
- email: "ullm-oncall@rotations.google.com"
6
- if: build.state == "failed" && build.branch == "main"
+ if: build.state == "failed"
7
8
steps:
9
- label: "Upload Tests for Models & Features"
.buildkite/nightly_releases.yml
@@ -1,3 +1,7 @@
1
+notify:
2
+ - email: "ullm-oncall@rotations.google.com"
+
- label: "Publish vllm/vllm-tpu nightly image"
if: build.env("NIGHTLY") == "1"
0 commit comments