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

mmerli pushed a commit to branch pr-jobs
in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git


The following commit(s) were added to refs/heads/pr-jobs by this push:
     new 46efedc  Also run integration test concurrently
46efedc is described below

commit 46efedca3c549fd0b7da35182a477e9bb466500e
Author: Matteo Merli <mme...@apache.org>
AuthorDate: Mon Mar 26 13:18:32 2018 -0700

    Also run integration test concurrently
---
 .test-infra/jenkins/job_pulsar_precommit_integrationtests.groovy | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.test-infra/jenkins/job_pulsar_precommit_integrationtests.groovy 
b/.test-infra/jenkins/job_pulsar_precommit_integrationtests.groovy
index 7a08418..8a1bdf2 100644
--- a/.test-infra/jenkins/job_pulsar_precommit_integrationtests.groovy
+++ b/.test-infra/jenkins/job_pulsar_precommit_integrationtests.groovy
@@ -25,6 +25,9 @@ freeStyleJob('pulsar_precommit_integrationtests') {
     // Set common parameters.
     common_job_properties.setTopLevelMainJobProperties(delegate)
 
+    // 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
mme...@apache.org.

Reply via email to