You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by jo...@apache.org on 2016/10/28 20:51:15 UTC

[1/2] mesos git commit: Combined stdout/stdout in ASF CI builds.

Repository: mesos
Updated Branches:
  refs/heads/master 9108822e5 -> a9b85bee7


Combined stdout/stdout in ASF CI builds.

The Mesos CI running on Apache infrastructure uses this file to build.

These builds sometimes show interleaved stdout/stderr, especially
when running tests; where gtest primarily prints test statuses to
stdout and glog prints verbose output to stderr.  This output becomes
less useful for debugging test failures when the start of glog output
does not line up with the gtest output.

Review: https://reviews.apache.org/r/53271/


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

Branch: refs/heads/master
Commit: a9b85bee725187d98bbdad0cde284061dfa47465
Parents: 2bae359
Author: Joseph Wu <jo...@mesosphere.io>
Authored: Fri Oct 28 13:49:43 2016 -0700
Committer: Joseph Wu <jo...@apache.org>
Committed: Fri Oct 28 13:51:02 2016 -0700

----------------------------------------------------------------------
 support/docker_build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/a9b85bee/support/docker_build.sh
----------------------------------------------------------------------
diff --git a/support/docker_build.sh b/support/docker_build.sh
index 6ba9cf0..05a7772 100755
--- a/support/docker_build.sh
+++ b/support/docker_build.sh
@@ -136,7 +136,7 @@ else
     # Build and check Mesos.
     case $BUILDTOOL in
       autotools)
-	append_dockerfile "CMD ./bootstrap && ./configure $CONFIGURATION && make -j8 distcheck"
+	append_dockerfile "CMD ./bootstrap && ./configure $CONFIGURATION && make -j8 distcheck 2>&1"
 	;;
       cmake)
 	# Transform autotools-like parameters to cmake-like.


[2/2] mesos git commit: Mentioned the minimum required GPU drivers for GPU support.

Posted by jo...@apache.org.
Mentioned the minimum required GPU drivers for GPU support.

Nvidia drivers do not support containers until version 340.29.
Older drivers simply cannot be supported by the Mesos containerizer.

Likewise, only CUDA versions 6.5+ will work.

Review: https://reviews.apache.org/r/53201/


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

Branch: refs/heads/master
Commit: 2bae359dbb6d9ba4cc0e4e2b573a112a1724426f
Parents: 9108822
Author: Joseph Wu <jo...@mesosphere.io>
Authored: Fri Oct 28 13:37:09 2016 -0700
Committer: Joseph Wu <jo...@apache.org>
Committed: Fri Oct 28 13:51:02 2016 -0700

----------------------------------------------------------------------
 docs/gpu-support.md | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/2bae359d/docs/gpu-support.md
----------------------------------------------------------------------
diff --git a/docs/gpu-support.md b/docs/gpu-support.md
index 3c20f66..96025a0 100644
--- a/docs/gpu-support.md
+++ b/docs/gpu-support.md
@@ -6,6 +6,7 @@ layout: documentation
 # Nvidia GPU Support
 
 Mesos 1.0.0 added first-class support for Nvidia GPUs.
+The minimum required Nvidia driver version is `340.29`.
 
 ## Overview
 Getting up and running with GPU support in Mesos is fairly
@@ -249,6 +250,8 @@ part of the Nvidia CUDA toolkit. Many jobs that use Nvidia GPUs rely
 on CUDA and not including it will severely limit the type of
 GPU-aware jobs you can run on Mesos.
 
+**Note:** The minimum supported version of CUDA is `6.5`.
+
 ### Installing the Required Tools
 
 The Nvidia kernel driver can be downloaded at the link below. Make