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/07/08 20:16:38 UTC

[beam] 01/01: [BEAM-10423] Add Py3.8 test infrastructure to the release branch to unblock release validation.

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

tvalentyn pushed a commit to branch release-2.23.0
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 8f800a8ca58e88d9f25be5ca8083e5d79ba141a1
Merge: c1766b2 5d10d0e
Author: tvalentyn <tv...@users.noreply.github.com>
AuthorDate: Wed Jul 8 13:16:21 2020 -0700

    [BEAM-10423] Add Py3.8 test infrastructure to the release branch to unblock release validation.

 .github/PULL_REQUEST_TEMPLATE.md                   |  4 ++--
 .test-infra/jenkins/README.md                      |  1 +
 ...aflow.groovy => job_PostCommit_Python38.groovy} | 24 ++++++++--------------
 ...stCommit_Python_ValidatesRunner_Dataflow.groovy |  2 ++
 CHANGES.md                                         |  5 ++---
 README.md                                          |  2 +-
 build.gradle                                       | 11 ++++++++--
 sdks/python/apache_beam/__init__.py                |  2 +-
 .../hdfs_integration_test/hdfs_integration_test.sh |  2 +-
 sdks/python/setup.py                               |  3 ++-
 .../{direct/py37 => dataflow/py38}/build.gradle    | 22 ++++++++------------
 sdks/python/test-suites/direct/py37/build.gradle   | 11 ----------
 .../test-suites/direct/{py37 => py38}/build.gradle |  4 ++--
 .../{direct/py37 => portable/py38}/build.gradle    | 19 +++++------------
 settings.gradle                                    |  3 +++
 15 files changed, 48 insertions(+), 67 deletions(-)