kostmo / circleci-failure-tracker

A log analyzer for CircleCI. Note that this project is now hosted at pytorch/dr-ci
https://github.com/pytorch/dr-ci
5 stars 2 forks source link

only display XLA message after all the tests are done and it is the only "new" failure #80

Open kostmo opened 4 years ago

kostmo commented 4 years ago

Prerequisite: need a way to predict which tests will finally be run. Could potentially use absence of pending jobs for this determination.

The special message will only be posted when XLA is the only "new" (i.e. non-upstream) failure.

ailzhang commented 4 years ago

cc: @dlibenzi @jackCaoG