From 3fba9950feb95e90e9ab21cb91ae18d1e874453b Mon Sep 17 00:00:00 2001 From: Shunping Huang Date: Thu, 25 Jun 2026 04:42:51 -0400 Subject: [PATCH 1/2] Update beam-master container --- sdks/python/apache_beam/runners/dataflow/internal/names.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/apache_beam/runners/dataflow/internal/names.py b/sdks/python/apache_beam/runners/dataflow/internal/names.py index 674658b8af71..e4a52501d053 100644 --- a/sdks/python/apache_beam/runners/dataflow/internal/names.py +++ b/sdks/python/apache_beam/runners/dataflow/internal/names.py @@ -35,6 +35,6 @@ # Update this tag whenever there is a change that # requires changes to SDK harness container or SDK harness launcher. -BEAM_DEV_SDK_CONTAINER_TAG = 'beam-master-20260615' +BEAM_DEV_SDK_CONTAINER_TAG = 'beam-master-20260624' DATAFLOW_CONTAINER_IMAGE_REPOSITORY = 'gcr.io/cloud-dataflow/v1beta3' From e56ed7718a5be936e092af081b88d6a0e922ee55 Mon Sep 17 00:00:00 2001 From: Shunping Huang Date: Thu, 25 Jun 2026 05:03:09 -0400 Subject: [PATCH 2/2] Trigger failed postcommit tests. --- .github/trigger_files/beam_PostCommit_Python.json | 2 +- .../beam_PostCommit_Python_Examples_Dataflow.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/trigger_files/beam_PostCommit_Python.json b/.github/trigger_files/beam_PostCommit_Python.json index 11064375d62e..c03ecf71f04d 100644 --- a/.github/trigger_files/beam_PostCommit_Python.json +++ b/.github/trigger_files/beam_PostCommit_Python.json @@ -1,5 +1,5 @@ { "comment": "Modify this file in a trivial way to cause this test suite to run.", "pr": "37345", - "modification": 49 + "modification": 50 } diff --git a/.github/trigger_files/beam_PostCommit_Python_Examples_Dataflow.json b/.github/trigger_files/beam_PostCommit_Python_Examples_Dataflow.json index b8513bdfc7b7..d7118310af8d 100644 --- a/.github/trigger_files/beam_PostCommit_Python_Examples_Dataflow.json +++ b/.github/trigger_files/beam_PostCommit_Python_Examples_Dataflow.json @@ -1,5 +1,5 @@ { "comment": "Modify this file in a trivial way to cause this test suite to run.", "pr": "37360", - "modification": 1 -} \ No newline at end of file + "modification": 2 +}