You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by tv...@apache.org on 2019/10/01 23:52:26 UTC

[beam] branch master updated (5ced442 -> 001e165)

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

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


    from 5ced442  Merge pull request #9707: Fix Python RC staging URL in release script
     add 71ca273  Move Flink VR test code into a common file to be shared across multiple py versions.
     add 902a089  Include common portable runner tasks in python 3.x suites.
     add 2366e43  Evaluate the name of Python container task based on interpreter version.
     add 70f2146  Add Python 3.5 ValidatesRunner Flink Jenkins suite.
     add c475507  Match test suite name in the UI with the trigger command.
     add 3233506  Update postcommit status links in README.md.
     add 4f49063  Rename existing Python_PVR_Flink precommit job to Python2_PVR_Flink.
     add 001e165  Merge pull request #9691 [BEAM-7223] Add Python 3.5 Flink ValidatesRunner postcommit suite.

No new revisions were added by this update.

Summary of changes:
 .github/PULL_REQUEST_TEMPLATE.md                   |  2 +-
 .test-infra/jenkins/README.md                      |  3 +-
 ...stCommit_Python35_ValidatesRunner_Flink.groovy} | 10 +--
 ...b_PreCommit_Python_ValidatesRunner_Flink.groovy |  7 +-
 README.md                                          |  3 +-
 sdks/python/test-suites/portable/common.gradle     | 80 ++++++++++++++++++++++
 sdks/python/test-suites/portable/py2/build.gradle  | 63 +----------------
 sdks/python/test-suites/portable/py35/build.gradle |  2 +-
 sdks/python/test-suites/portable/py36/build.gradle |  1 +
 sdks/python/test-suites/portable/py37/build.gradle |  1 +
 10 files changed, 99 insertions(+), 73 deletions(-)
 copy .test-infra/jenkins/{job_PostCommit_Python_ValidatesRunner_Spark.groovy => job_PostCommit_Python35_ValidatesRunner_Flink.groovy} (77%)
 create mode 100644 sdks/python/test-suites/portable/common.gradle