This is an automated email from the ASF dual-hosted git repository.

shunping pushed a commit to branch resolution-too-deep
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/resolution-too-deep by this 
push:
     new ee4a8484561 Run with 1.17
ee4a8484561 is described below

commit ee4a8484561d59e48f3cb72603a807619cea8c3e
Author: Shunping Huang <[email protected]>
AuthorDate: Mon Jun 29 15:36:16 2026 -0400

    Run with 1.17
---
 .../beam_Inference_Python_Benchmarks_Dataflow.yml  | 78 +++++++++++-----------
 1 file changed, 39 insertions(+), 39 deletions(-)

diff --git a/.github/workflows/beam_Inference_Python_Benchmarks_Dataflow.yml 
b/.github/workflows/beam_Inference_Python_Benchmarks_Dataflow.yml
index 13d48c47df0..2b9d36f11fc 100644
--- a/.github/workflows/beam_Inference_Python_Benchmarks_Dataflow.yml
+++ b/.github/workflows/beam_Inference_Python_Benchmarks_Dataflow.yml
@@ -216,49 +216,49 @@ jobs:
       #       -PpythonVersion=3.10 \
       #       
-PloadTest.requirementsTxtFile=apache_beam/ml/inference/table_row_inference_requirements.txt
 \
       #       '-PloadTest.args=${{ 
env.beam_Inference_Python_Benchmarks_Dataflow_test_arguments_10 }} 
--autoscaling_algorithm=THROUGHPUT_BASED --max_num_workers=20 
--metrics_table=result_table_row_inference_stream 
--influx_measurement=result_table_row_inference_stream --mode=streaming 
--input_subscription=projects/apache-beam-testing/subscriptions/table_row_inference_benchmark
 --window_size_sec=60 --trigger_interval_sec=30 --timeout_ms=900000 
--output_table=apache-beam-testing:beam_run_i [...]
-      - name: Debug Dependency Resolution (Dry Run & Deptree)
-        shell: bash
-        run: |
-          echo "=== Setting up Gradle virtualenv ==="
-          ./gradlew :sdks:python:apache_beam:testing:load_tests:installGcpTest 
--no-daemon \
-            -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx6g 
-Dorg.gradle.vfs.watch=false
+      # - name: Debug Dependency Resolution (Dry Run & Deptree)
+      #   shell: bash
+      #   run: |
+      #     echo "=== Setting up Gradle virtualenv ==="
+      #     ./gradlew 
:sdks:python:apache_beam:testing:load_tests:installGcpTest --no-daemon \
+      #       -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx6g 
-Dorg.gradle.vfs.watch=false
 
-          echo "=== Locating virtualenv ==="
-          # Find the activate script inside build/gradleenv/
-          ACTIVATE_SCRIPT=$(find build/gradleenv/ -name activate | head -n 1)
-          if [ -z "$ACTIVATE_SCRIPT" ]; then
-            echo "Error: Could not find virtualenv activate script!"
-            exit 1
-          fi
-          echo "Found virtualenv: $ACTIVATE_SCRIPT"
-          source "$ACTIVATE_SCRIPT"
+      #     echo "=== Locating virtualenv ==="
+      #     # Find the activate script inside build/gradleenv/
+      #     ACTIVATE_SCRIPT=$(find build/gradleenv/ -name activate | head -n 1)
+      #     if [ -z "$ACTIVATE_SCRIPT" ]; then
+      #       echo "Error: Could not find virtualenv activate script!"
+      #       exit 1
+      #     fi
+      #     echo "Found virtualenv: $ACTIVATE_SCRIPT"
+      #     source "$ACTIVATE_SCRIPT"
 
-          echo "=== Initial Packages in Gradle Env (pip freeze) ==="
-          python3 -m pip freeze
+      #     echo "=== Initial Packages in Gradle Env (pip freeze) ==="
+      #     python3 -m pip freeze
 
-          python3 -m pip install --upgrade pip
-          python3 -m pip install pipdeptree
+      #     python3 -m pip install --upgrade pip
+      #     python3 -m pip install pipdeptree
 
-          echo "=== Running pip install dry-run with report in Gradle env ==="
-          # We use --dry-run and --report to see the resolution plan.
-          # This might backtrack, so we run it and print the output.
-          python3 -m pip install -r 
sdks/python/apache_beam/examples/ml_transform/mltransform_generate_vocab_requirements.txt
 --dry-run --report report.json -vv || true
-          if [ -f report.json ]; then
-            cat report.json
-          fi
-          echo "=== Installed Packages in Gradle Env ==="
-          pipdeptree || true
-      # - name: run MLTransform Generate Vocab Batch
-      #   uses: ./.github/actions/gradle-command-self-hosted-action
-      #   timeout-minutes: 180
-      #   with:
-      #     gradle-command: :sdks:python:apache_beam:testing:load_tests:run
-      #     arguments: |
-      #       
-PloadTest.mainClass=apache_beam.testing.benchmarks.inference.mltransform_generate_vocab_benchmark
 \
-      #       -Prunner=DataflowRunner \
-      #       -PpythonVersion=3.10 \
-      #       
-PloadTest.requirementsTxtFile=apache_beam/examples/ml_transform/mltransform_generate_vocab_requirements.txt
 \
-      #       '-PloadTest.args=${{ 
env.beam_Inference_Python_Benchmarks_Dataflow_test_arguments_11 }} 
--job_name=benchmark-tests-mltransform-generate-vocab-batch-${{env.NOW_UTC}}'
+      #     echo "=== Running pip install dry-run with report in Gradle env 
==="
+      #     # We use --dry-run and --report to see the resolution plan.
+      #     # This might backtrack, so we run it and print the output.
+      #     python3 -m pip install -r 
sdks/python/apache_beam/examples/ml_transform/mltransform_generate_vocab_requirements.txt
 --dry-run --report report.json -vv || true
+      #     if [ -f report.json ]; then
+      #       cat report.json
+      #     fi
+      #     echo "=== Installed Packages in Gradle Env ==="
+      #     pipdeptree || true
+      - name: run MLTransform Generate Vocab Batch
+        uses: ./.github/actions/gradle-command-self-hosted-action
+        timeout-minutes: 180
+        with:
+          gradle-command: :sdks:python:apache_beam:testing:load_tests:run
+          arguments: |
+            
-PloadTest.mainClass=apache_beam.testing.benchmarks.inference.mltransform_generate_vocab_benchmark
 \
+            -Prunner=DataflowRunner \
+            -PpythonVersion=3.10 \
+            
-PloadTest.requirementsTxtFile=apache_beam/examples/ml_transform/mltransform_generate_vocab_requirements.txt
 \
+            '-PloadTest.args=${{ 
env.beam_Inference_Python_Benchmarks_Dataflow_test_arguments_11 }} 
--job_name=benchmark-tests-mltransform-generate-vocab-batch-${{env.NOW_UTC}}'
       # - name: run MLTransform One-Hot Encoding Batch
       #   uses: ./.github/actions/gradle-command-self-hosted-action
       #   timeout-minutes: 180

Reply via email to