You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lg...@apache.org on 2019/01/07 11:48:51 UTC

[beam] branch master updated (abe3220 -> e565087)

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

lgajowy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from abe3220  [BEAM-6009] Modify Github template and README to include Flink PVR for batch/streaming (#7370)
     add 0f892b5  [BEAM-5985] Create jenkins jobs to run the load tests for Java SDK
     add cdf3f1d  [BEAM-5985] Introduced Small Load test suite.
     add 7604c4a  [BEAM-5985] Extracted common part for Nexmark and LoadTests in Jenkins configuration. Some fixes.
     add e565087  Merge pull request #7184: [BEAM-5985] Create jenkins jobs to run the load tests for Java SDK

No new revisions were added by this update.

Summary of changes:
 .../jenkins/CommonTestProperties.groovy            | 30 ++++++---
 .test-infra/jenkins/LoadTestsBuilder.groovy        | 54 ++++++++++++++++
 .test-infra/jenkins/NexmarkBuilder.groovy          | 22 +------
 .test-infra/jenkins/job_LoadTests_Java.groovy      | 74 ++++++++++++++++++++++
 .../job_PostCommit_Java_Nexmark_Dataflow.groovy    |  4 +-
 .../job_PostCommit_Java_Nexmark_Direct.groovy      |  4 +-
 .../job_PostCommit_Java_Nexmark_Flink.groovy       |  4 +-
 .../job_PostCommit_Java_Nexmark_Spark.groovy       |  3 +-
 8 files changed, 162 insertions(+), 33 deletions(-)
 copy sdks/java/core/src/main/java/org/apache/beam/sdk/runners/package-info.java => .test-infra/jenkins/CommonTestProperties.groovy (60%)
 create mode 100644 .test-infra/jenkins/LoadTestsBuilder.groovy
 create mode 100644 .test-infra/jenkins/job_LoadTests_Java.groovy