File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ x-run-condition: &run-on-nightly-or-tag
33
44notify :
55 - email : " ullm-oncall@rotations.google.com"
6- if : build.state == "failed" && build.branch == "main"
6+ if : build.state == "failed"
77
88steps :
99 - label : " Upload Tests for Models & Features"
Original file line number Diff line number Diff line change 1+ notify :
2+ - email : " ullm-oncall@rotations.google.com"
3+ if : build.state == "failed"
4+
15steps :
26 - label : " Publish vllm/vllm-tpu nightly image"
37 if : build.env("NIGHTLY") == "1"
Original file line number Diff line number Diff line change 1+ notify :
2+ - email : " ullm-oncall@rotations.google.com"
3+ if : build.state == "failed" && build.branch == "main"
4+
15steps :
26 # -----------------------------------------------------------------
37 # TEST STEPS - Calling wrapper, using python3 -m pytest
You can’t perform that action at this time.
0 commit comments