You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2016/03/26 05:17:37 UTC

git commit: updated refs/heads/4.9-mvn-upgrade to b435a32

Repository: cloudstack
Updated Branches:
  refs/heads/4.9-mvn-upgrade 2ed495f86 -> b435a32d0


travis: print no. of cpu/cores

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/b435a32d
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/b435a32d
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/b435a32d

Branch: refs/heads/4.9-mvn-upgrade
Commit: b435a32d05e6f4075d97ef6f800c317cf2d97f76
Parents: 2ed495f
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Sat Mar 26 05:17:10 2016 +0100
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Sat Mar 26 05:17:10 2016 +0100

----------------------------------------------------------------------
 tools/travis/before_install.sh | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/b435a32d/tools/travis/before_install.sh
----------------------------------------------------------------------
diff --git a/tools/travis/before_install.sh b/tools/travis/before_install.sh
index 8d1a175..e822006 100755
--- a/tools/travis/before_install.sh
+++ b/tools/travis/before_install.sh
@@ -55,6 +55,9 @@ df
 echo -e "\nMemory Status: "
 free
 
+echo -e "\nTotal CPUs: "
+nproc
+
 echo -e "\nCheck Git status"
 git status