You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by al...@apache.org on 2019/03/14 18:26:14 UTC

[beam] branch master updated (2ac5b76 -> fcf00b2)

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

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


    from 2ac5b76  Merge pull request #8055: [BEAM-6823] Change "triggerOnCommit" flag to "false" for CronJobs (bu…
     add 8ae6ebb  Revert "[BEAM-6527] Use Gradle to parallel Python tox tests"
     add fcf00b2  Merge pull request #8059 from apache/revert-7675-py3-tox-2

No new revisions were added by this update.

Summary of changes:
 build.gradle                                       |  5 +-
 .../org/apache/beam/gradle/BeamModulePlugin.groovy | 41 +---------------
 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 +-
 sdks/python/test-suites/tox/py35/build.gradle      | 53 --------------------
 sdks/python/test-suites/tox/py36/build.gradle      | 34 -------------
 sdks/python/tox.ini                                |  2 +-
 settings.gradle                                    |  4 --
 14 files changed, 67 insertions(+), 157 deletions(-)
 delete mode 100644 sdks/python/test-suites/tox/py35/build.gradle
 delete mode 100644 sdks/python/test-suites/tox/py36/build.gradle