We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f8fca0 commit fb9a26eCopy full SHA for fb9a26e
.travis.yml
@@ -35,7 +35,7 @@ env: # Used by the install section below.
35
- PHASE=test \
36
PROFILES="-Pmesos -Pyarn -Phadoop-2.7 -Pkubernetes" \
37
MODULES="-pl core,resource-managers/kubernetes/core -am" \
38
- ARGS="-Dsuffixes='^org\.apache\.spark\.(?!rdd\.LocalCheckpointSuite$|deploy\.StandaloneDynamicAllocationSuite$).*'"
+ ARGS="-Dtest=none -Dsuffixes='^org\.apache\.spark\.(?!SortShuffleSuite$|rdd\.LocalCheckpointSuite$|deploy\.SparkSubmitSuite$|deploy\.StandaloneDynamicAllocationSuite$).*'"
39
# Configure the full build.
40
- PHASE=install \
41
PROFILES="-Pmesos -Pyarn -Phadoop-2.7 -Pkubernetes -Pkinesis-asl -Phive -Phive-thriftserver" \
0 commit comments