You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ap...@apache.org on 2016/04/20 19:37:33 UTC

mahout git commit: (nojira) travis: test math, hdfs, math-scala, spark only closes apache/mahout#225

Repository: mahout
Updated Branches:
  refs/heads/master 536abe76b -> c14a4d705


(nojira) travis: test math, hdfs, math-scala, spark only closes apache/mahout#225


Project: http://git-wip-us.apache.org/repos/asf/mahout/repo
Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/c14a4d70
Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/c14a4d70
Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/c14a4d70

Branch: refs/heads/master
Commit: c14a4d705272c0b5c22b1f88f4cbd286266e5dfe
Parents: 536abe7
Author: Andrew Palumbo <ap...@apache.org>
Authored: Wed Apr 20 11:40:21 2016 -0400
Committer: Andrew Palumbo <ap...@apache.org>
Committed: Wed Apr 20 13:21:29 2016 -0400

----------------------------------------------------------------------
 .travis.yml | 6 +++---
 runtests.sh | 9 +++++++--
 2 files changed, 10 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mahout/blob/c14a4d70/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index bbbdf80..1e99fd5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,12 +21,12 @@ matrix:
 git:
   depth: 10
 
-notifications:
-  slack: mahout:7vlbihiCBKuhEZK2610jkeeT
+#notifications:
+#  slack: mahout:7vlbihiCBKuhEZK2610jkeeT
 
 env:
   global:
-    JAVA_OPTS=-Xmx2g
+    JAVA_OPTS=-Xmx3g
 
 before_install:
   - wget https://archive.apache.org/dist/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.zip

http://git-wip-us.apache.org/repos/asf/mahout/blob/c14a4d70/runtests.sh
----------------------------------------------------------------------
diff --git a/runtests.sh b/runtests.sh
index dd763ac..daa36ea 100755
--- a/runtests.sh
+++ b/runtests.sh
@@ -28,8 +28,13 @@ PING_LOOP_PID=$!
 
 # Build and test using maven.
 
-mvn clean -Ptravis -DskipTests=true -Dmaven.javadoc.skip=true -B -V install >> $BUILD_OUTPUT 2>&1 
-mvn test >> $BUILD_OUTPUT 2>&1
+mvn clean -DskipTests=true -Dmaven.javadoc.skip=true -B -V install >> $BUILD_OUTPUT 2>&1 
+cd hdfs && mvn test >> $BUILD_OUTPUT 2>&1
+cd ../math && mvn test >> $BUILD_OUTPUT 2>&1
+cd ../math-scala && mvn test >> $BUILD_OUTPUT 2>&1
+cd ../spark && mvn test >> $BUILD_OUTPUT 2>&1
+#cd ../flink && mvn test >> $BUILD_OUTPUT 2>&1
+#cd ../h2o && mvn test >> $BUILD_OUTPUT 2>&1
 
 # The build finished without returning an error so dump a tail of the output
 dump_output