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/04 21:01:28 UTC

[bookkeeper] 07/10: Fix bookkeeper post commit CI

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

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

commit 335082bf3c538fc7aa5eae4e67119092973858c5
Author: Sijie Guo <si...@apache.org>
AuthorDate: Wed May 23 15:42:02 2018 -0700

    Fix bookkeeper post commit CI
    
    Descriptions of the changes in this PR:
    
    *Motivation*
    
    apache/bookkeeper#1422 includes stream storage integration tests in tests/integration.
    so we need to include `-Dstream` on building the tests.
    
    *Solution*
    
    Update the bookkeeper post commit CI jobs to include `-Dstream`
    
    Author: Sijie Guo <si...@apache.org>
    
    Reviewers: Enrico Olivelli <eo...@gmail.com>
    
    This closes #1429 from sijie/fix_post_commit_ci
---
 .test-infra/jenkins/job_bookkeeper_codecoverage.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.test-infra/jenkins/job_bookkeeper_codecoverage.groovy b/.test-infra/jenkins/job_bookkeeper_codecoverage.groovy
index 08a08b9..6127812 100644
--- a/.test-infra/jenkins/job_bookkeeper_codecoverage.groovy
+++ b/.test-infra/jenkins/job_bookkeeper_codecoverage.groovy
@@ -36,5 +36,5 @@ mavenJob('bookkeeper_codecoverage') {
   common_job_properties.setMavenConfig(delegate)
 
   // Maven build project.
-  goals('clean verify jacoco:report coveralls:report -Pcode-coverage -DrepoToken=$COVERALLS_REPO_TOKEN -Dmaven.test.failure.ignore=true')
+  goals('clean verify jacoco:report coveralls:report -Pcode-coverage -DrepoToken=$COVERALLS_REPO_TOKEN -Dmaven.test.failure.ignore=true -Dstream')
 }

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