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 2020/07/31 22:07:45 UTC

[beam] branch master updated (65c1044 -> 8756201)

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 65c1044  Merge pull request #12428 from ibzib/flink-version
     add 8756201  Enable all Jenkins jobs triggering for committers (#12407)

No new revisions were added by this update.

Summary of changes:
 .../jenkins/Committers.groovy                      |  15 +--
 .test-infra/jenkins/CommonJobProperties.groovy     |   8 +-
 .../jenkins/committers_list_generator/cert.pem     |  35 +++++
 .../jenkins/committers_list_generator/main.py      | 146 +++++++++++++++++++++
 .../committers_list_generator}/requirements.txt    |   6 +-
 .../templates/Committers.groovy.template           |  17 ++-
 .test-infra/jenkins/job_00_seed.groovy             |  17 ++-
 .test-infra/jenkins/job_seed_standalone.groovy     |  17 ++-
 8 files changed, 235 insertions(+), 26 deletions(-)
 copy sdks/java/core/src/main/java/org/apache/beam/sdk/io/fs/MoveOptions.java => .test-infra/jenkins/Committers.groovy (67%)
 create mode 100644 .test-infra/jenkins/committers_list_generator/cert.pem
 create mode 100644 .test-infra/jenkins/committers_list_generator/main.py
 copy {learning/katas/python => .test-infra/jenkins/committers_list_generator}/requirements.txt (93%)
 copy runners/core-construction-java/src/main/java/org/apache/beam/runners/core/construction/ExpansionServiceClientFactory.java => .test-infra/jenkins/committers_list_generator/templates/Committers.groovy.template (63%)