You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bb...@apache.org on 2018/11/08 06:18:09 UTC

[mesos] branch master updated: Disabled parallel test execution for reviewbot.

This is an automated email from the ASF dual-hosted git repository.

bbannier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git


The following commit(s) were added to refs/heads/master by this push:
     new 37532fa  Disabled parallel test execution for reviewbot.
37532fa is described below

commit 37532fae01d254251de608dc3e25581a2a0140fc
Author: Benjamin Bannier <bb...@apache.org>
AuthorDate: Wed Nov 7 14:54:54 2018 -0800

    Disabled parallel test execution for reviewbot.
    
    Currently no dedicated handling of XML reporting from multiple gtest
    shards is implemented in our gtest runner.
    
    This patch disables the now default-enabled parallel test runner for
    any build & tests cycles under the ASF CI reviewbot job.
    
    Review: https://reviews.apache.org/r/69293
---
 support/jenkins/reviewbot.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/support/jenkins/reviewbot.sh b/support/jenkins/reviewbot.sh
index 0dd81fd..3cdd7f1 100755
--- a/support/jenkins/reviewbot.sh
+++ b/support/jenkins/reviewbot.sh
@@ -27,7 +27,7 @@ MESOS_DIR=$(git rev-parse --show-toplevel)
 export OS='ubuntu:16.04'
 export BUILDTOOL='autotools'
 export COMPILER='gcc'
-export CONFIGURATION='--verbose --disable-libtool-wrappers'
+export CONFIGURATION='--verbose --disable-libtool-wrappers --disable-parallel-test-execution'
 export ENVIRONMENT='GLOG_v=1 MESOS_VERBOSE=1'
 
 # Build the HEAD first to ensure that there are no errors prior to applying