You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2018/06/05 06:53:28 UTC

[GitHub] sijie closed pull request #1480: Throttle integration tests to run 1 build per host

sijie closed pull request #1480: Throttle integration tests to run 1 build per host
URL: https://github.com/apache/bookkeeper/pull/1480
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/.test-infra/jenkins/job_bookkeeper_precommit_integrationtests.groovy b/.test-infra/jenkins/job_bookkeeper_precommit_integrationtests.groovy
index 9cd7635c5..b818d1f2a 100644
--- a/.test-infra/jenkins/job_bookkeeper_precommit_integrationtests.groovy
+++ b/.test-infra/jenkins/job_bookkeeper_precommit_integrationtests.groovy
@@ -31,8 +31,10 @@ freeStyleJob('bookkeeper_precommit_integrationtests') {
         'ubuntu',
         '${ghprbTargetBranch}')
 
-    // Execute concurrent builds if necessary.
-    concurrentBuild()
+    throttleConcurrentBuilds {
+        // limit builds to 1 per node to avoid conflicts on building docker images
+        maxPerNode(1)
+    }
 
     // Sets that this is a PreCommit job.
     common_job_properties.setPreCommit(delegate, 'Integration Tests')


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services