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/03/12 10:07:43 UTC

[beam] branch master updated (274c1fb -> 8373a57)

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 274c1fb  Merge pull request #8010 from mwalenia/BEAM-6703-validate-direct-runner-java11
     new 64640b2  [BEAM-5985] Set default seed in SyntheticOptions
     new ca0a61e  [BEAM-5985] Change Big Query Dataset name according to job running context
     new 067ce4e  [BEAM-5985] Add load tests for Dataflow runner according to proposal doc
     new 711b4a5  [BEAM-5985] Refactor: move smoke load test suite to separate file
     new 53508ff  [BEAM-5985] Add cron job for load tests
     new efdd6ba  [BEAM-5985] Extract common code
     new 8373a57  Merge pull request #7903: [BEAM-5985] Dataflow batch load test jobs

The 20493 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .test-infra/jenkins/CronJobBuilder.groovy          |  52 +++++
 .test-infra/jenkins/LoadTestsBuilder.groovy        |  68 ++++--
 .test-infra/jenkins/job_LoadTests_Java.groovy      | 252 ++++++++++++++-------
 ...Java.groovy => job_LoadTests_Java_Smoke.groovy} |  57 +----
 .test-infra/jenkins/job_LoadTests_Python.groovy    |   2 +-
 .../beam/sdk/io/synthetic/SyntheticOptions.java    |   2 +-
 6 files changed, 283 insertions(+), 150 deletions(-)
 create mode 100644 .test-infra/jenkins/CronJobBuilder.groovy
 copy .test-infra/jenkins/{job_LoadTests_Java.groovy => job_LoadTests_Java_Smoke.groovy} (59%)