Skip to content
Snippets Groups Projects
Commit 5b2d863e authored by Michael Armbrust's avatar Michael Armbrust Committed by Patrick Wendell
Browse files

Cut down the granularity of travis tests.

This PR amortizes the cost of downloading all the jars and compiling core across more test cases.  In one anecdotal run this change takes the cumulative time down from ~80 minutes to ~40 minutes.

Author: Michael Armbrust <michael@databricks.com>

Closes #255 from marmbrus/travis and squashes the following commits:

506b22d [Michael Armbrust] Cut down the granularity of travis tests so we can amortize the cost of compilation.
parent d679843a
No related branches found
No related tags found
No related merge requests found
......@@ -20,18 +20,13 @@
- oraclejdk7
env:
matrix:
- TEST=sql/test
- TEST="scalastyle assembly/assembly"
- TEST="catalyst/test sql/test streaming/test mllib/test graphx/test bagel/test"
- TEST=hive/test
- TEST=catalyst/test
- TEST=streaming/test
- TEST=graphx/test
- TEST=mllib/test
- TEST=graphx/test
- TEST=bagel/test
cache:
directories:
- $HOME/.m2
- $HOME/.ivy2
- $HOME/.sbt
script:
- "sbt ++$TRAVIS_SCALA_VERSION scalastyle $TEST"
- "sbt ++$TRAVIS_SCALA_VERSION $TEST"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment