Skip to content
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

Merged
merged 2 commits into from
Dec 8, 2020
Merged

Remove TravisCI #3137

merged 2 commits into from
Dec 8, 2020

Conversation

fmassa
Copy link
Member

@fmassa fmassa commented Dec 8, 2020

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:

  • ONNX
  • coverage
  • torchhub
  • video_reader (to some extent)
  • PIL vs PIL-simd

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

Add hub tests to CircleCI, coverage and ONNX are still missing
@fmassa fmassa mentioned this pull request Dec 8, 2020
@codecov
Copy link

codecov bot commented Dec 8, 2020

Codecov Report

Merging #3137 (65d0074) into master (f80b83e) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f80b83e...65d0074. Read the comment docs.

@fmassa
Copy link
Member Author

fmassa commented Dec 8, 2020

Interesting, looks like codecov is still running? Let's see if it will continue running after this PR get's merged

@fmassa fmassa merged commit 6cb4fc2 into pytorch:master Dec 8, 2020
@fmassa fmassa deleted the remove-travis branch December 8, 2020 15:04
fmassa added a commit to fmassa/vision-1 that referenced this pull request Dec 8, 2020
* Remove TravisCI

Add hub tests to CircleCI, coverage and ONNX are still missing

* Install torchvision dependencies on CI
facebook-github-bot pushed a commit that referenced this pull request Dec 8, 2020
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
@jiafatom
Copy link
Contributor

Re-enabled test_onnx through the above PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants