You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by mi...@apache.org on 2019/03/22 12:09:11 UTC

[beam] branch master updated (85df199 -> 58a70b2)

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

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


    from 85df199  Merge pull request #8085 from ibzib/shared-utils
     new 0beb6d3  [BEAM-6527] Use Gradle to parallel Python tox tests
     new 9c3c82a  Increase beam_Release_Gradle_NightlySnapshot timeout to 200mins due to more tests.
     new 58a70b2  Merge pull request #8067 from markflyhigh/parallel-tox

The 20663 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:
 .../jenkins/job_Release_NightlySnapshot.groovy     |  2 +-
 build.gradle                                       |  5 +-
 .../org/apache/beam/gradle/BeamModulePlugin.groovy | 43 +++++++++++++++--
 sdks/python/build.gradle                           | 56 ++--------------------
 sdks/python/scripts/generate_pydoc.sh              |  2 +-
 sdks/python/scripts/run_integration_test.sh        |  2 +-
 sdks/python/scripts/run_mini_py3lint.sh            |  2 +-
 sdks/python/scripts/run_pylint.sh                  |  2 +-
 sdks/python/scripts/run_pylint_2to3.sh             |  2 +-
 sdks/python/scripts/run_tox.sh                     | 17 +++++--
 sdks/python/scripts/run_tox_cleanup.sh             |  2 +-
 .../test-suites/tox/py35}/build.gradle             | 44 ++++++++++-------
 .../test-suites/tox/py36}/build.gradle             | 13 ++++-
 sdks/python/tox.ini                                |  2 +-
 settings.gradle                                    |  4 ++
 15 files changed, 110 insertions(+), 88 deletions(-)
 copy sdks/{go => python/test-suites/tox/py35}/build.gradle (52%)
 copy sdks/{java/build-tools => python/test-suites/tox/py36}/build.gradle (83%)