You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ka...@apache.org on 2020/12/14 17:45:48 UTC

[beam] branch master updated (82bbdf7 -> 38d3c5d)

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

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


    from 82bbdf7  [BEAM-10124] Add missing announcement from CHANGES.md (#13537)
     add 38d3c5d  [BEAM-11075] Enable Go load tests for Dataflow (#13529)

No new revisions were added by this update.

Summary of changes:
 .test-infra/jenkins/README.md                      |   9 +-
 .../jenkins/job_LoadTests_Combine_Flink_Go.groovy  |   2 +-
 ...k_Go.groovy => job_LoadTests_Combine_Go.groovy} |  85 ++++-----
 .../jenkins/job_LoadTests_GBK_Flink_Go.groovy      |   2 +-
 .test-infra/jenkins/job_LoadTests_GBK_Go.groovy    | 211 +++++++++++++++++++++
 ...ink_Go.groovy => job_LoadTests_ParDo_Go.groovy} |  85 ++++-----
 ...ink_Go.groovy => job_LoadTests_coGBK_Go.groovy} | 101 +++++-----
 7 files changed, 339 insertions(+), 156 deletions(-)
 copy .test-infra/jenkins/{job_LoadTests_Combine_Flink_Go.groovy => job_LoadTests_Combine_Go.groovy} (56%)
 create mode 100644 .test-infra/jenkins/job_LoadTests_GBK_Go.groovy
 copy .test-infra/jenkins/{job_LoadTests_ParDo_Flink_Go.groovy => job_LoadTests_ParDo_Go.groovy} (61%)
 copy .test-infra/jenkins/{job_LoadTests_coGBK_Flink_Go.groovy => job_LoadTests_coGBK_Go.groovy} (62%)