File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,10 @@ x-run-condition: &run-on-nightly-or-tag
22 if : build.env("NIGHTLY") == "1" || build.tag =~ /^v?[0-9]+(\.[a-zA-Z0-9]+)*([a-zA-Z]+[0-9]*)?$/
33
44notify :
5+ - email : " ullm-test-notifications-external@google.com"
6+ if : build.state == "failed" && build.branch == "main"
57 - slack : " vllm#tpu-ci-notifications"
6- if : build.state == "failed"
8+ if : build.state == "failed" && build.branch == "main"
79
810steps :
911 - label : " Upload Tests for Models & Features"
Original file line number Diff line number Diff line change 11notify :
2+ - email : " ullm-test-notifications-external@google.com"
3+ if : build.state == "failed"
24 - slack : " vllm#tpu-ci-notifications"
35 if : build.state == "failed"
46
Original file line number Diff line number Diff line change 11notify :
2+ - email : " ullm-test-notifications-external@google.com"
3+ if : build.state == "failed" && build.branch == "main"
24 - slack : " vllm#tpu-ci-notifications"
35 if : build.state == "failed" && build.branch == "main"
46
You can’t perform that action at this time.
0 commit comments