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 2019/01/30 08:55:46 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 a99f31a  Disabled parallel test execution for reviewbot.
a99f31a is described below

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

    Disabled parallel test execution for reviewbot.
    
    While we globally disabled parallel test execution for reviewbot jobs
    in `37532fae01d`, we missed that the configuration was overwritten
    downstream.
    
    This patch disables parallel tests also in the script ultimately
    performing the final configuration.
    
    Review: https://reviews.apache.org/r/69860
---
 support/verify-reviews.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/support/verify-reviews.py b/support/verify-reviews.py
index 71326d3..93f3419 100755
--- a/support/verify-reviews.py
+++ b/support/verify-reviews.py
@@ -209,7 +209,8 @@ def verify_review(review_request):
                              "BUILDTOOL='autotools' "
                              "COMPILER='gcc' "
                              "CONFIGURATION='--verbose "
-                             "--disable-libtool-wrappers' "
+                             "--disable-libtool-wrappers "
+                             "--disable-parallel-test-execution' "
                              "ENVIRONMENT='GLOG_v=1 MESOS_VERBOSE=1'")
 
             command = "%s; ./support/docker-build.sh" % configuration