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 2020/05/27 16:26:59 UTC

[beam] branch master updated (5b6e84f -> a23b0e6)

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 5b6e84f  Add a flag to tune the size of the grouping tables used by the dataflow workers (#11811)
     add 292dea3  [BEAM-9936] Reduce the code duplication across python/container/py*
     add 09a1677  [BEAM-9936] Create SDK harness containers with Python3.8
     add a23b0e6  [BEAM-9936] Create SDK harness containers with Python 3.8 - PR #11738

No new revisions were added by this update.

Summary of changes:
 ...ommit_Python_ValidatesContainer_Dataflow.groovy |  2 +
 build.gradle                                       |  1 +
 sdks/python/container/Dockerfile                   |  2 +-
 sdks/python/container/base_image_requirements.txt  | 12 ++---
 sdks/python/container/build.gradle                 |  1 +
 .../container/{py37/build.gradle => common.gradle} | 12 ++---
 .../container/license_scripts/dep_urls_py.yaml     |  4 +-
 sdks/python/container/py2/build.gradle             | 53 +---------------------
 sdks/python/container/py35/build.gradle            | 53 ++--------------------
 sdks/python/container/py36/build.gradle            | 53 ++--------------------
 sdks/python/container/py37/build.gradle            | 53 ++--------------------
 .../python/container/py38}/build.gradle            | 11 ++++-
 sdks/python/container/run_validatescontainer.sh    | 20 ++++----
 settings.gradle                                    |  1 +
 14 files changed, 50 insertions(+), 228 deletions(-)
 copy sdks/python/container/{py37/build.gradle => common.gradle} (92%)
 copy {.test-infra/tools => sdks/python/container/py38}/build.gradle (84%)