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 112791da919 feature added for the duration/timeout in test_pipeline
(#35831)
add 4509ecd3ef3 Adding release-2.67.0-postrelease to protected branches in
.asf.yaml
add 0d87a9cc177 use gemma2-2b (#32603) (#35842)
add 55f80c8bdbb Update Beam website to release 2.67.0 (#35759)
add df2c5fcb65c vLLM Gemma Benchmarks (GPU) (#35809)
add 0d320f9c68c Fix race condition in FnAPIDoFnRunner.java (#35757)
add 962bc6ebb3a Cloudsql embeddings colab. (#35695)
add 9ce7ff831c1 Bump DF Java Python container tags (#35846)
add 5b8ddd421ca Update Republish Released Docker Containers (#35853)
add c371236d0a8 JUnit5 support (#35688)
add ad2371e51ed Update code-change-guide add back build SDK container
(#35855)
add 2c2211edb33 Add Action to generate ManagedIO doc PR (#35828)
No new revisions were added by this update.
Summary of changes:
.asf.yaml | 1 +
.../actions/build-push-docker-action/action.yml | 45 ++
.../beam_Inference_Python_Benchmarks_Dataflow.yml | 26 +-
.github/workflows/build_release_candidate.yml | 71 ++-
...Python_Benchmarks_Dataflow_VLLM_Gemma_Batch.txt | 36 ++
.../republish_released_docker_containers.yml | 2 +-
.test-infra/tools/refresh_looker_metrics.py | 1 +
CHANGES.md | 25 +-
contributor-docs/code-change-guide.md | 23 +-
...loudsql_mysql_product_catalog_embeddings.ipynb} | 557 +++++++++++----------
runners/google-cloud-dataflow-java/build.gradle | 4 +-
sdks/java/core/build.gradle | 8 +
.../org/apache/beam/sdk/testing/TestPipeline.java | 35 +-
.../org/apache/beam/sdk/io/TextIOWriteTest.java | 11 +-
.../apache/beam/fn/harness/FnApiDoFnRunner.java | 22 +-
.../harness/control/ExecutionStateSamplerTest.java | 8 +-
.../sketching => testing/junit}/build.gradle | 36 +-
.../beam/sdk/testing/TestPipelineExtension.java | 213 ++++++++
.../org/apache/beam/sdk/testing}/package-info.java | 5 +-
.../testing/TestPipelineExtensionAdvancedTest.java | 88 ++++
.../sdk/testing/TestPipelineExtensionTest.java | 56 +++
.../examples/inference/vllm_gemma_batch.py | 130 +++++
.../ml/inference/test_resources/vllm.dockerfile | 63 ++-
.../{vllm.dockerfile => vllm.dockerfile.old} | 2 +-
...equirements.txt => vllm_tests_requirements.txt} | 4 +-
.../apache_beam/runners/dataflow/internal/names.py | 2 +-
...ment_benchmarks.py => vllm_gemma_benchmarks.py} | 22 +-
.../apache_beam/testing/load_tests/build.gradle | 11 +-
.../apache_beam/yaml/tests/runinference.yaml | 2 +-
sdks/python/test-suites/dataflow/common.gradle | 2 +-
settings.gradle.kts | 1 +
website/www/site/config.toml | 2 +-
website/www/site/content/en/blog/beam-2.67.0.md | 73 +++
.../www/site/content/en/get-started/downloads.md | 16 +-
website/www/site/content/en/performance/_index.md | 1 +
.../en/performance/vllmgemmabatchtesla/_index.md | 39 ++
website/www/site/data/performance.yaml | 16 +
37 files changed, 1287 insertions(+), 372 deletions(-)
create mode 100644 .github/actions/build-push-docker-action/action.yml
create mode 100644
.github/workflows/load-tests-pipeline-options/beam_Inference_Python_Benchmarks_Dataflow_VLLM_Gemma_Batch.txt
copy
examples/notebooks/beam-ml/{cloudsql_postgres_product_catalog_embeddings.ipynb
=> cloudsql_mysql_product_catalog_embeddings.ipynb} (83%)
copy sdks/java/{extensions/sketching => testing/junit}/build.gradle (56%)
create mode 100644
sdks/java/testing/junit/src/main/java/org/apache/beam/sdk/testing/TestPipelineExtension.java
copy
{examples/java/cdap/hubspot/src/main/java/org/apache/beam/examples/complete/cdap/hubspot/utils
=>
sdks/java/testing/junit/src/main/java/org/apache/beam/sdk/testing}/package-info.java
(89%)
create mode 100644
sdks/java/testing/junit/src/test/java/org/apache/beam/sdk/testing/TestPipelineExtensionAdvancedTest.java
create mode 100644
sdks/java/testing/junit/src/test/java/org/apache/beam/sdk/testing/TestPipelineExtensionTest.java
create mode 100644
sdks/python/apache_beam/examples/inference/vllm_gemma_batch.py
copy sdks/python/apache_beam/ml/inference/test_resources/{vllm.dockerfile =>
vllm.dockerfile.old} (97%)
copy sdks/python/apache_beam/ml/inference/{torch_tests_requirements.txt =>
vllm_tests_requirements.txt} (94%)
copy
sdks/python/apache_beam/testing/benchmarks/inference/{pytorch_sentiment_benchmarks.py
=> vllm_gemma_benchmarks.py} (71%)
create mode 100644 website/www/site/content/en/blog/beam-2.67.0.md
create mode 100644
website/www/site/content/en/performance/vllmgemmabatchtesla/_index.md