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 2018/08/01 19:22:36 UTC

[beam] branch master updated (1086391 -> de38a09)

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 1086391  Merge pull request #6086: [BEAM-5018] Upgrade org.tukaani:xz to 1.8
     add 9e52923  [BEAM-3906] Automate Validation Aganist Python Wheel
     new de38a09  Merge pull request #4943 from yifanzou/BEAM-3906/Automate_Validation_Against_Python_Wheel

The 1 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_ReleaseCandidate_Python.groovy     |   8 +-
 .../main/groovy/python_release_automation_utils.sh | 135 ----------
 .../run_release_candidate_python_mobile_gaming.sh  | 188 -------------
 .../run_release_candidate_python_quickstart.sh     | 231 ----------------
 .../python-release/python_release_automation.sh    |  13 +-
 .../python_release_automation_utils.sh             | 297 +++++++++++++++++++++
 .../run_release_candidate_python_mobile_gaming.sh  | 187 +++++++++++++
 .../run_release_candidate_python_quickstart.sh     | 259 ++++++++++++++++++
 8 files changed, 752 insertions(+), 566 deletions(-)
 delete mode 100644 release/src/main/groovy/python_release_automation_utils.sh
 delete mode 100755 release/src/main/groovy/run_release_candidate_python_mobile_gaming.sh
 delete mode 100755 release/src/main/groovy/run_release_candidate_python_quickstart.sh
 copy .test-infra/kubernetes/cassandra/LargeITCluster/teardown.sh => release/src/main/python-release/python_release_automation.sh (69%)
 create mode 100644 release/src/main/python-release/python_release_automation_utils.sh
 create mode 100755 release/src/main/python-release/run_release_candidate_python_mobile_gaming.sh
 create mode 100755 release/src/main/python-release/run_release_candidate_python_quickstart.sh


[beam] 01/01: Merge pull request #4943 from yifanzou/BEAM-3906/Automate_Validation_Against_Python_Wheel

Posted by al...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit de38a09929e3876633c7cfbb15104ccf751bc588
Merge: 1086391 9e52923
Author: Ahmet Altay <aa...@gmail.com>
AuthorDate: Wed Aug 1 12:22:30 2018 -0700

    Merge pull request #4943 from yifanzou/BEAM-3906/Automate_Validation_Against_Python_Wheel
    
    [BEAM-3906] Automate Validation Aganist Python Wheel

 .../jenkins/job_ReleaseCandidate_Python.groovy     |   8 +-
 .../main/groovy/python_release_automation_utils.sh | 135 ----------
 .../run_release_candidate_python_mobile_gaming.sh  | 188 -------------
 .../run_release_candidate_python_quickstart.sh     | 231 ----------------
 .../python-release/python_release_automation.sh    |  25 ++
 .../python_release_automation_utils.sh             | 297 +++++++++++++++++++++
 .../run_release_candidate_python_mobile_gaming.sh  | 187 +++++++++++++
 .../run_release_candidate_python_quickstart.sh     | 259 ++++++++++++++++++
 8 files changed, 770 insertions(+), 560 deletions(-)