You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by sr...@apache.org on 2015/12/27 20:16:30 UTC

[1/2] storm git commit: STORM-1405: Add Maven 'all-tests' Profile to Travis Script

Repository: storm
Updated Branches:
  refs/heads/master b7ba06327 -> 03e803fd3


STORM-1405: Add Maven 'all-tests' Profile to Travis Script


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

Branch: refs/heads/master
Commit: 022e382e6fa03fbc0d2d2ee9637dfa0172011948
Parents: e859cf4
Author: Hugo Louro <hm...@gmail.com>
Authored: Fri Dec 18 11:58:52 2015 -0800
Committer: Hugo Louro <hm...@gmail.com>
Committed: Fri Dec 18 11:58:52 2015 -0800

----------------------------------------------------------------------
 dev-tools/travis/travis-script.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/022e382e/dev-tools/travis/travis-script.sh
----------------------------------------------------------------------
diff --git a/dev-tools/travis/travis-script.sh b/dev-tools/travis/travis-script.sh
index a461042..ac09f5b 100755
--- a/dev-tools/travis/travis-script.sh
+++ b/dev-tools/travis/travis-script.sh
@@ -25,7 +25,7 @@ cd ${STORM_SRC_ROOT_DIR}
 # We should be concerned that Travis CI could be very slow because it uses VM
 export STORM_TEST_TIMEOUT_MS=150000
 
-mvn --batch-mode test -fae -Pnative -pl $2
+mvn --batch-mode test -fae -Pnative,all-tests -pl $2
 BUILD_RET_VAL=$?
 
 for dir in `find . -type d -and -wholename \*/target/\*-reports`;


[2/2] storm git commit: Merge branch 'STORM-1405' of https://github.com/hmcl/storm-apache into STORM-1405

Posted by sr...@apache.org.
Merge branch 'STORM-1405' of https://github.com/hmcl/storm-apache into STORM-1405


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

Branch: refs/heads/master
Commit: 03e803fd322e5740957f92877ba763ba3f900b67
Parents: b7ba063 022e382
Author: Sriharsha Chintalapani <ha...@hortonworks.com>
Authored: Thu Dec 24 23:26:57 2015 -0800
Committer: Sriharsha Chintalapani <ha...@hortonworks.com>
Committed: Thu Dec 24 23:26:57 2015 -0800

----------------------------------------------------------------------
 dev-tools/travis/travis-script.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------