This repository was archived by the owner on Feb 7, 2023. It is now read-only.
[TravisCI] Add target for quick build+test#550
Closed
lukeyeager wants to merge 1 commit intofacebookarchive:masterfrom
Closed
[TravisCI] Add target for quick build+test#550lukeyeager wants to merge 1 commit intofacebookarchive:masterfrom
lukeyeager wants to merge 1 commit intofacebookarchive:masterfrom
Conversation
Contributor
Author
|
After #551 is merged, I'll rebase this so Travis actually passes. |
Contributor
|
@lukeyeager updated the pull request - view changes |
Contributor
|
@Yangqing has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
Closed
facebook-github-bot
pushed a commit
that referenced
this pull request
Jun 16, 2017
Summary: Uncached build: https://travis-ci.org/lukeyeager/caffe2/builds/239677224 Cached build: https://travis-ci.org/lukeyeager/caffe2/builds/239686725 * Parallel builds everywhere * All builds use CCache for quick build times (help from pytorch/pytorch#614, ccache/ccache#145) * Run ctests when available (continuation of #550) * Upgraded from cuDNN v5 to v6 * Fixed MKL build (by updating pkg version) * Fixed android builds (b6f905a#commitcomment-22404119) * ~~Building NNPACK fails with no discernible error message (currently disabled entirely)~~ * ~~Android builds continue to fail with existing error:~~ * ~~OSX builds time-out:~~ | Before | After | Changes | | --- | --- | --- | | COMPILER=g++ | linux | without CUDA | | COMPILER=g++-5 | linux-gcc5 | without CUDA | | COMPILER=g++ | linux-cuda | updated to cuDNN v6 | | BLAS=MKL | linux-mkl | updated pkg version | | BUILD_TARGET=android | linux-android | | | COMPILER=clang++ | osx | | | BUILD_TARGET=ios | osx-ios | | | BUILD_TARGET=android | osx-android | | | QUICKTEST | **GONE** | | | COMPILER=g++-4.8 | **GONE** | | | COMPILER=g++-4.9 | **GONE** | | Closes #735 Reviewed By: Yangqing Differential Revision: D5228966 Pulled By: bwasti fbshipit-source-id: 6cfa6f5ff05fbd5c2078beea79564f1f3b9812fe
ezyang
pushed a commit
to ezyang/ATen
that referenced
this pull request
Apr 19, 2018
Summary: Uncached build: https://travis-ci.org/lukeyeager/caffe2/builds/239677224 Cached build: https://travis-ci.org/lukeyeager/caffe2/builds/239686725 * Parallel builds everywhere * All builds use CCache for quick build times (help from pytorch/pytorch#614, ccache/ccache#145) * Run ctests when available (continuation of facebookarchive/caffe2#550) * Upgraded from cuDNN v5 to v6 * Fixed MKL build (by updating pkg version) * Fixed android builds (facebookarchive/caffe2@b6f905a#commitcomment-22404119) * ~~Building NNPACK fails with no discernible error message (currently disabled entirely)~~ * ~~Android builds continue to fail with existing error:~~ * ~~OSX builds time-out:~~ | Before | After | Changes | | --- | --- | --- | | COMPILER=g++ | linux | without CUDA | | COMPILER=g++-5 | linux-gcc5 | without CUDA | | COMPILER=g++ | linux-cuda | updated to cuDNN v6 | | BLAS=MKL | linux-mkl | updated pkg version | | BUILD_TARGET=android | linux-android | | | COMPILER=clang++ | osx | | | BUILD_TARGET=ios | osx-ios | | | BUILD_TARGET=android | osx-android | | | QUICKTEST | **GONE** | | | COMPILER=g++-4.8 | **GONE** | | | COMPILER=g++-4.9 | **GONE** | | Closes facebookarchive/caffe2#735 Reviewed By: Yangqing Differential Revision: D5228966 Pulled By: bwasti fbshipit-source-id: 6cfa6f5ff05fbd5c2078beea79564f1f3b9812fe
zdevito
pushed a commit
to zdevito/ATen
that referenced
this pull request
Apr 19, 2018
Summary: Uncached build: https://travis-ci.org/lukeyeager/caffe2/builds/239677224 Cached build: https://travis-ci.org/lukeyeager/caffe2/builds/239686725 * Parallel builds everywhere * All builds use CCache for quick build times (help from pytorch/pytorch#614, ccache/ccache#145) * Run ctests when available (continuation of facebookarchive/caffe2#550) * Upgraded from cuDNN v5 to v6 * Fixed MKL build (by updating pkg version) * Fixed android builds (facebookarchive/caffe2@b6f905a#commitcomment-22404119) * ~~Building NNPACK fails with no discernible error message (currently disabled entirely)~~ * ~~Android builds continue to fail with existing error:~~ * ~~OSX builds time-out:~~ | Before | After | Changes | | --- | --- | --- | | COMPILER=g++ | linux | without CUDA | | COMPILER=g++-5 | linux-gcc5 | without CUDA | | COMPILER=g++ | linux-cuda | updated to cuDNN v6 | | BLAS=MKL | linux-mkl | updated pkg version | | BUILD_TARGET=android | linux-android | | | COMPILER=clang++ | osx | | | BUILD_TARGET=ios | osx-ios | | | BUILD_TARGET=android | osx-android | | | QUICKTEST | **GONE** | | | COMPILER=g++-4.8 | **GONE** | | | COMPILER=g++-4.9 | **GONE** | | Closes facebookarchive/caffe2#735 Reviewed By: Yangqing Differential Revision: D5228966 Pulled By: bwasti fbshipit-source-id: 6cfa6f5ff05fbd5c2078beea79564f1f3b9812fe
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Once the build is cached, QUICKTEST takes less than 3 minutes to install+build+test (first build is ~13 minutes).
Future TravisCI improvements: