This is an automated email from the ASF dual-hosted git repository.
vterentev pushed a commit to branch fix-flink-cogbk
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/fix-flink-cogbk by this push:
new 3051b9be069 Use Flink 1.19
3051b9be069 is described below
commit 3051b9be06976d0d432b1c0121ef098898425780
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Thu Oct 9 22:03:53 2025 +0400
Use Flink 1.19
---
.github/workflows/beam_LoadTests_Python_CoGBK_Flink_Batch.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/beam_LoadTests_Python_CoGBK_Flink_Batch.yml
b/.github/workflows/beam_LoadTests_Python_CoGBK_Flink_Batch.yml
index 898f4ec73e4..9d04e0f1008 100644
--- a/.github/workflows/beam_LoadTests_Python_CoGBK_Flink_Batch.yml
+++ b/.github/workflows/beam_LoadTests_Python_CoGBK_Flink_Batch.yml
@@ -50,12 +50,12 @@ env:
GCLOUD_ZONE: us-central1-a
CLUSTER_NAME: beam-loadtests-py-cogbk-flink-batch-${{ github.run_id }}
GCS_BUCKET: gs://beam-flink-cluster
- FLINK_DOWNLOAD_URL:
https://archive.apache.org/dist/flink/flink-1.17.0/flink-1.17.0-bin-scala_2.12.tgz
+ FLINK_DOWNLOAD_URL:
https://archive.apache.org/dist/flink/flink-1.19.0/flink-1.19.0-bin-scala_2.12.tgz
HADOOP_DOWNLOAD_URL:
https://repo.maven.apache.org/maven2/org/apache/flink/flink-shaded-hadoop-2-uber/2.8.3-10.0/flink-shaded-hadoop-2-uber-2.8.3-10.0.jar
FLINK_TASKMANAGER_SLOTS: 1
DETACHED_MODE: true
HARNESS_IMAGES_TO_PULL:
gcr.io/apache-beam-testing/beam-sdk/beam_go_sdk:latest
- JOB_SERVER_IMAGE:
gcr.io/apache-beam-testing/beam_portability/beam_flink1.17_job_server:latest
+ JOB_SERVER_IMAGE:
gcr.io/apache-beam-testing/beam_portability/beam_flink1.19_job_server:latest
ARTIFACTS_DIR:
gs://beam-flink-cluster/beam-loadtests-python-cogbk-flink-batch-${{
github.run_id }}
jobs: