You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by sw...@apache.org on 2016/04/11 14:34:43 UTC

[1/2] git commit: updated refs/heads/master to 39b4cd5

Repository: cloudstack
Updated Branches:
  refs/heads/master f960725dd -> 39b4cd51b


travis: increase build verbosity

Outputs for modules that fail or succeed with unit tests results

Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


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

Branch: refs/heads/master
Commit: 41e3b61245c995c04d93475c91f014a87a989b3b
Parents: f960725
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Sat Apr 9 03:11:39 2016 +0530
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Sat Apr 9 03:12:12 2016 +0530

----------------------------------------------------------------------
 tools/travis/install.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/41e3b612/tools/travis/install.sh
----------------------------------------------------------------------
diff --git a/tools/travis/install.sh b/tools/travis/install.sh
index 5b6bc5e..bbea550 100755
--- a/tools/travis/install.sh
+++ b/tools/travis/install.sh
@@ -37,9 +37,9 @@ fi
 export MAVEN_OPTS="-Xmx2048m -XX:MaxPermSize=500m -Djava.security.egd=file:/dev/./urandom"
 
 if [ $TEST_SEQUENCE_NUMBER -eq 1 ]; then
-   mvn -Pdeveloper,systemvm -Dsimulator clean install -T4 | egrep "Building|SUCCESS"
+   mvn -Pdeveloper,systemvm -Dsimulator clean install -T4 | egrep "Building|Tests|SUCCESS|FAILURE"
 else
-   mvn -Pdeveloper -Dsimulator clean install -DskipTests=true -T4 | egrep "Building|SUCCESS"
+   mvn -Pdeveloper -Dsimulator clean install -DskipTests=true -T4 | egrep "Building|Tests|SUCCESS|FAILURE"
 fi
 
 # Install mysql-connector-python


[2/2] git commit: updated refs/heads/master to 39b4cd5

Posted by sw...@apache.org.
Merge pull request #1481 from shapeblue/travis-verbosefix

travis: increase build verbosityOutputs for modules that fail or succeed with unit tests results.

Based on the issue raised in https://github.com/apache/cloudstack/pull/1466 this PR aims at increasing Travis build output so we can know which unit test fail.

/cc @swill @nvazquez -- let me know if we just allow outputting everything will help? I had restricted the output as including all of them would disallow viewing the tabular final integration/marvin tests at the end (only possible by viewing raw output of each travis job).

* pr/1481:
  travis: increase build verbosity

Signed-off-by: Will Stevens <wi...@gmail.com>


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

Branch: refs/heads/master
Commit: 39b4cd51b0b9c102985632fb29575206f4c9414d
Parents: f960725 41e3b61
Author: Will Stevens <wi...@gmail.com>
Authored: Mon Apr 11 08:33:38 2016 -0400
Committer: Will Stevens <wi...@gmail.com>
Committed: Mon Apr 11 08:33:38 2016 -0400

----------------------------------------------------------------------
 tools/travis/install.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------