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

vterentev pushed a commit to branch fix-prism-runner-log-level
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/fix-prism-runner-log-level by 
this push:
     new a36d8162da5 Fix runner
a36d8162da5 is described below

commit a36d8162da554ebd0a451c353d7528965525acb0
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Thu Sep 4 15:23:37 2025 +0400

    Fix runner
---
 .../python_CoGBK_Dataflow_Flink_Batch_100b_Multiple_Keys.txt            | 2 +-
 .../python_CoGBK_Dataflow_Flink_Batch_100b_Single_Key.txt               | 2 +-
 .../python_CoGBK_Dataflow_Flink_Batch_10kB.txt                          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/.github/workflows/load-tests-pipeline-options/python_CoGBK_Dataflow_Flink_Batch_100b_Multiple_Keys.txt
 
b/.github/workflows/load-tests-pipeline-options/python_CoGBK_Dataflow_Flink_Batch_100b_Multiple_Keys.txt
index 163842d7e2b..2530d777c77 100644
--- 
a/.github/workflows/load-tests-pipeline-options/python_CoGBK_Dataflow_Flink_Batch_100b_Multiple_Keys.txt
+++ 
b/.github/workflows/load-tests-pipeline-options/python_CoGBK_Dataflow_Flink_Batch_100b_Multiple_Keys.txt
@@ -23,7 +23,7 @@
 
--co_input_options=''{\\"num_records\\":2000000,\\"key_size\\":10,\\"value_size\\":90,\\"num_hot_keys\\":5,\\"hot_key_fraction\\":1}''
 --iterations=1
 --parallelism=5
---runner=PortableRunner
+--runner=FlinkRunner
 --job_endpoint=localhost:8099
 --environment_type=DOCKER
 
--environment_config=gcr.io/apache-beam-testing/beam-sdk/beam_python3.9_sdk:latest
diff --git 
a/.github/workflows/load-tests-pipeline-options/python_CoGBK_Dataflow_Flink_Batch_100b_Single_Key.txt
 
b/.github/workflows/load-tests-pipeline-options/python_CoGBK_Dataflow_Flink_Batch_100b_Single_Key.txt
index b704fa057be..dbf9d86d805 100644
--- 
a/.github/workflows/load-tests-pipeline-options/python_CoGBK_Dataflow_Flink_Batch_100b_Single_Key.txt
+++ 
b/.github/workflows/load-tests-pipeline-options/python_CoGBK_Dataflow_Flink_Batch_100b_Single_Key.txt
@@ -23,7 +23,7 @@
 
--co_input_options=''{\\"num_records\\":2000000,\\"key_size\\":10,\\"value_size\\":90,\\"num_hot_keys\\":1000,\\"hot_key_fraction\\":1}''
 --iterations=1
 --parallelism=5
---runner=PortableRunner
+--runner=FlinkRunner
 --job_endpoint=localhost:8099
 --environment_type=DOCKER
 
--environment_config=gcr.io/apache-beam-testing/beam-sdk/beam_python3.9_sdk:latest
diff --git 
a/.github/workflows/load-tests-pipeline-options/python_CoGBK_Dataflow_Flink_Batch_10kB.txt
 
b/.github/workflows/load-tests-pipeline-options/python_CoGBK_Dataflow_Flink_Batch_10kB.txt
index d0a4c73b728..02612dbbf62 100644
--- 
a/.github/workflows/load-tests-pipeline-options/python_CoGBK_Dataflow_Flink_Batch_10kB.txt
+++ 
b/.github/workflows/load-tests-pipeline-options/python_CoGBK_Dataflow_Flink_Batch_10kB.txt
@@ -23,7 +23,7 @@
 
--co_input_options=''{\\"num_records\\":2000000,\\"key_size\\":10,\\"value_size\\":90,\\"num_hot_keys\\":1000,\\"hot_key_fraction\\":1}''
 --iterations=4
 --parallelism=5
---runner=PortableRunner
+--runner=FlinkRunner
 --job_endpoint=localhost:8099
 --environment_type=DOCKER
 
--environment_config=gcr.io/apache-beam-testing/beam-sdk/beam_python3.9_sdk:latest

Reply via email to