-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove TravisCI #3137
Remove TravisCI #3137
Conversation
Add hub tests to CircleCI, coverage and ONNX are still missing
Codecov Report
@@ Coverage Diff @@
## master #3137 +/- ##
=======================================
Coverage 72.75% 72.75%
=======================================
Files 99 99
Lines 8979 8979
Branches 1431 1431
=======================================
Hits 6533 6533
Misses 1999 1999
Partials 447 447 Continue to review full report at Codecov.
|
Interesting, looks like codecov is still running? Let's see if it will continue running after this PR get's merged |
* Remove TravisCI Add hub tests to CircleCI, coverage and ONNX are still missing * Install torchvision dependencies on CI
Summary: * Remove TravisCI Add hub tests to CircleCI, coverage and ONNX are still missing * Install torchvision dependencies on CI Pull Request resolved: #3141 Reviewed By: datumbox Differential Revision: D25397167 Pulled By: fmassa fbshipit-source-id: 57e3de333176f0156afebc1a2be5e37a2bbca45c
Re-enabled test_onnx through the above PR. |
travis-ci.org is being removed in favour of travis-ci.com. We have moved all but the following tests to run on CircleCI already:
In here, I add hub tests to CircleCI and removed
.travis.yml
entirely.Code coverage and ONNX are still missing. Given that ONNX tests have been failing for more than a week now #3007, I'm temporarily removing ONNX from our testing, but they should be re-enabled back (in CircleCI).
video_reader will be added once #2818 gets merged.
I believe there is no need to test between PIL / PIL-simd, as PIL-simd is meant to be a drop-in replacement for PIL, so it might be enough to test PIL (but I'd love to hear your thoughts on this)
cc @spandantiwari @neginraoof for ONNX