Build failure in pull requests

While the build status on the master branch is almost green, the pull requests fail in most cases.

There seems to be no unit test failure but it shows a non-zero exit status code.
https://app.circleci.com/pipelines/github/pytorch/glow/12589/workflows/d7b901ad-6dcf-45ee-baff-4fd85bf67f69/jobs/91634/steps

Do you have any idea about this? I’d like to work on making all PRs back to green so that the test status can be more trustworthy.

If you go into the full log and scroll down a bit you can see that OnnxExporterTest failed. In general we sometimes have some flaky tests and try to clean them up, especially w/ the torch_glow PyTorch integration which occasionally gets broken. Apologies for the pain here, we try our best :frowning:

That seems to be related to my change. Thank you for finding the failure!

1 Like