You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ie...@apache.org on 2020/05/08 15:03:46 UTC

[beam] branch master updated (b0a0f9c -> 3a117f9)

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

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


    from b0a0f9c  Merge pull request #11577: [BEAM-8132, BEAM-8133] Apply InfluxDB pipeline options in Load Tests and Performance Tests
     add cecc4db  [BEAM-2530] Compile and run tests on java 11 for Precommit portability api
     add 3a117f9  Merge pull request #11619: [BEAM-2530] Compile and run tests on java 11 for PreCommit portability api

No new revisions were added by this update.

Summary of changes:
 .test-infra/jenkins/CommonJobProperties.groovy     |  2 +
 ...ob_PreCommit_Java_PortabilityApi_Java11.groovy} | 24 +++++-
 build.gradle                                       |  9 +++
 .../org/apache/beam/gradle/BeamModulePlugin.groovy | 16 ++++
 sdks/java/testing/test-utils/build.gradle          | 11 +++
 .../testutils/jvmverification/JvmVerification.java | 88 ++++++++++++++++++++++
 6 files changed, 147 insertions(+), 3 deletions(-)
 copy .test-infra/jenkins/{job_PreCommit_BeamSQL_ZetaSQL.groovy => job_PreCommit_Java_PortabilityApi_Java11.groovy} (57%)
 create mode 100644 sdks/java/testing/test-utils/src/test/java/org/apache/beam/sdk/testutils/jvmverification/JvmVerification.java