This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch nightly-refs/heads/master
in repository https://gitbox.apache.org/repos/asf/beam.git
from ca0787642a6 Merge pull request #25723: #25722 Add option to propagate
successful storage-api writes
add b2bd2a8cbe2 Refactoring: Moved hard coded environment variables' names
into constants. (#25365)
add 942e3fa5b6d Adds multi-language Python and Java quickstart release
validations (#25910)
add fcf51fb7d98 Update gen_protos to work with new protobuf on os-x.
(#25914)
add 545cadc5199 Move inference tests from py37 to py38 (#25936)
add 92abdf636c5 [Playground] Resolve issue with SCIO examples failing on
start due to a timeout (#24946)
No new revisions were added by this update.
Summary of changes:
build.gradle.kts | 2 +-
playground/README.md | 35 ++-
playground/backend/README.md | 61 ++++-
playground/backend/containers/scio/Dockerfile | 17 +-
.../internal/code_processing/code_processing.go | 8 +-
playground/backend/internal/fs_tool/fs.go | 36 +--
playground/backend/internal/fs_tool/fs_test.go | 6 +-
.../setup_tools/life_cycle/life_cycle_setuper.go | 49 ++--
.../life_cycle/life_cycle_setuper_test.go | 8 +-
playground/backend/internal/utils/common.go | 51 ++++-
playground/backend/internal/utils/common_test.go | 87 -------
.../backend/internal/utils/preparers_utils.go | 7 +-
.../backend/internal/utils/preparers_utils_test.go | 61 +++++
.../internal/utils/test_data/JavaFileName.java | 7 +-
.../backend/internal/utils/test_data}/wordcount.py | 0
playground/backend/new_scio_project.sh | 4 +-
playground/docker-compose.local.yaml | 4 +
playground/infrastructure/checker.py | 9 +-
playground/infrastructure/ci_cd.py | 5 +-
playground/infrastructure/config.py | 5 +-
.../infrastructure/constants.py | 14 +-
playground/infrastructure/grpc_client.py | 5 +-
playground/infrastructure/helper.py | 3 +-
release/src/main/scripts/run_rc_validation.sh | 251 ++++++++++++++++++++-
release/src/main/scripts/script.config | 4 +
sdks/python/gen_protos.py | 60 +++--
.../site/content/en/contribute/release-guide.md | 18 +-
27 files changed, 577 insertions(+), 240 deletions(-)
copy
.test-infra/terraform/google-cloud-platform/google-kubernetes-engine/modules/02-network/provider.tf
=> playground/backend/internal/utils/test_data/JavaFileName.java (87%)
copy {sdks/python/apache_beam/examples =>
playground/backend/internal/utils/test_data}/wordcount.py (100%)
mode change 100644 => 100755 playground/backend/new_scio_project.sh
copy .test-infra/kafka/strimzi/01-strimzi-operator/kustomization.yaml =>
playground/infrastructure/constants.py (73%)