You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by si...@apache.org on 2018/06/01 16:42:26 UTC

[bookkeeper] branch master updated: [CI] Run integration tests concurrently if possible

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9b1cffd  [CI] Run integration tests concurrently if possible
9b1cffd is described below

commit 9b1cffd1332e1748aed994e520daa1d04a1ee82f
Author: Sijie Guo <si...@apache.org>
AuthorDate: Fri Jun 1 09:42:20 2018 -0700

    [CI] Run integration tests concurrently if possible
    
    Descriptions of the changes in this PR:
    
    Execute integration tests concurrently if necessary.
    
    Author: Sijie Guo <si...@apache.org>
    
    Reviewers: Enrico Olivelli <eo...@gmail.com>, Jia Zhai <None>
    
    This closes #1463 from sijie/concurrent_builds
---
 .test-infra/jenkins/job_bookkeeper_precommit_integrationtests.groovy | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.test-infra/jenkins/job_bookkeeper_precommit_integrationtests.groovy b/.test-infra/jenkins/job_bookkeeper_precommit_integrationtests.groovy
index 094edb1..8cd5c9a 100644
--- a/.test-infra/jenkins/job_bookkeeper_precommit_integrationtests.groovy
+++ b/.test-infra/jenkins/job_bookkeeper_precommit_integrationtests.groovy
@@ -29,6 +29,9 @@ freeStyleJob('bookkeeper_precommit_integrationtests') {
         'JDK 1.8 (latest)',
         120)
 
+    // Execute concurrent builds if necessary.
+    concurrentBuild()
+
     // Sets that this is a PreCommit job.
     common_job_properties.setPreCommit(delegate, 'Integration Tests')
 

-- 
To stop receiving notification emails like this one, please contact
sijie@apache.org.