Commit a60fe0c
authored
[vllm-triage] Detect test-level regressions in jobs that fail on both twins (#8521)
This PR fills a gap in the new error detection
The following will now be covered with the following behavior:
If Job A fails in vllm pytorch nightly with tests 1/2 failing and Job A
fails in vllm full ci with test 1, then new error (test 2) is never
detected and nothing is pulled.
Now Job A test 2 will come up with as a new failure. We know this
without looking at the exception chain.
In addition if a new failure from the above is detected. We record the
exception chains of the shared test failures for that job test 1 and
will let the agent determine if there are any additional failures for
that job.1 parent 5ae9e8a commit a60fe0c
5 files changed
Lines changed: 907 additions & 44 deletions
File tree
- .github/workflows
- tools/torchci
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
173 | 180 | | |
174 | 181 | | |
175 | 182 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
889 | 889 | | |
890 | 890 | | |
891 | 891 | | |
| 892 | + | |
| 893 | + | |
| 894 | + | |
| 895 | + | |
| 896 | + | |
| 897 | + | |
| 898 | + | |
| 899 | + | |
| 900 | + | |
| 901 | + | |
| 902 | + | |
| 903 | + | |
| 904 | + | |
| 905 | + | |
| 906 | + | |
| 907 | + | |
| 908 | + | |
| 909 | + | |
| 910 | + | |
892 | 911 | | |
893 | 912 | | |
0 commit comments