This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to tag nightly-master
in repository https://gitbox.apache.org/repos/asf/beam.git.
*** WARNING: tag nightly-master was modified! ***
from 9054c7a (commit)
to f5ba29f (commit)
from 9054c7a set_index does not preserve partitioning (#13398)
add 07cbed5 Enable more runner v2 tests.
add 208690c Merge pull request #13372 from boyuanzz/enable_test
add b29102e [BEAM-11070] Use self-checkpoint to enfore finalization
happens.
add 9b51d4b Merge pull request #13338 from [BEAM-11070] Use
self-checkpoint to enforce finalization happens.
add 353ca39 fix java 11 container task
add 213385d add java 11 examples test
add 19eaf71 add java 11 image to released images
add fa7c5fc Merge pull request #13374: [BEAM-8106] Add Java 11 container
to release and Java 11+V2+Dataflow testing
add 67339a9 [BEAM-11266] Python IO MongoDB: add bucket_auto aggregation
option for bundling in Atlas. (#13350)
add ab2e94d Add use_unified_worker to pipeline options.
add ae1df91 Merge pull request #13396 from boyuanzz/taxi_cmd
add f5ba29f [BEAM-10593] Add Jenkins job for creating regular snapshots
of the Beam SDK Harness Container Images (#13393)
No new revisions were added by this update.
Summary of changes:
.../jenkins/JavaTestProperties.groovy | 6 +-
.test-infra/jenkins/PythonTestProperties.groovy | 1 +
...Commit_Java_Examples_Dataflow_V2_Java11.groovy} | 10 +-
.../jenkins/job_Publish_Docker_Snapshots.groovy | 7 +-
.../jenkins/job_Publish_SDK_Image_Snapshots.groovy | 55 +++++
CHANGES.md | 3 +-
.../src/main/scripts/build_release_candidate.sh | 2 +-
release/src/main/scripts/publish_docker_images.sh | 2 +-
runners/google-cloud-dataflow-java/build.gradle | 24 +--
sdks/java/container/java11/build.gradle | 2 +-
.../apache_beam/examples/kafkataxi/README.md | 4 +-
sdks/python/apache_beam/io/mongodbio.py | 166 +++++++++++----
sdks/python/apache_beam/io/mongodbio_it_test.py | 94 +++++++--
sdks/python/apache_beam/io/mongodbio_test.py | 235 +++++++++++++++++++--
.../runners/portability/flink_runner_test.py | 3 +-
.../portability/fn_api_runner/fn_runner_test.py | 81 ++++---
16 files changed, 540 insertions(+), 155 deletions(-)
copy
sdks/java/io/snowflake/src/main/java/org/apache/beam/sdk/io/snowflake/enums/StreamingLogLevel.java
=> .test-infra/jenkins/JavaTestProperties.groovy (88%)
copy .test-infra/jenkins/{job_PostCommit_Java_Examples_Dataflow_V2.groovy =>
job_PostCommit_Java_Examples_Dataflow_V2_Java11.groovy} (83%)
create mode 100644 .test-infra/jenkins/job_Publish_SDK_Image_Snapshots.groovy