From 687113a1ef2d02b899aebf55362c3c785188a408 Mon Sep 17 00:00:00 2001 From: Kenneth Knowles Date: Fri, 18 Oct 2024 13:20:10 -0400 Subject: [PATCH] Additional Flink github action trigger files --- .github/trigger_files/beam_PostCommit_Go_VR_Flink.json | 1 + .github/trigger_files/beam_PostCommit_Java_Examples_Flink.json | 3 ++- .../beam_PostCommit_Java_ValidatesRunner_Flink.json | 1 + .github/trigger_files/beam_PostCommit_XVR_Flink.json | 3 ++- 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/trigger_files/beam_PostCommit_Go_VR_Flink.json b/.github/trigger_files/beam_PostCommit_Go_VR_Flink.json index b98aece75634..d5ac7fc60d7f 100644 --- a/.github/trigger_files/beam_PostCommit_Go_VR_Flink.json +++ b/.github/trigger_files/beam_PostCommit_Go_VR_Flink.json @@ -1,5 +1,6 @@ { "comment": "Modify this file in a trivial way to cause this test suite to run", "modification": 1, + "https://github.com/apache/beam/pull/32440": "testing datastream optimizations", "https://github.com/apache/beam/pull/32648": "testing addition of Flink 1.19 support" } diff --git a/.github/trigger_files/beam_PostCommit_Java_Examples_Flink.json b/.github/trigger_files/beam_PostCommit_Java_Examples_Flink.json index dd9afb90e638..300fbf52b011 100644 --- a/.github/trigger_files/beam_PostCommit_Java_Examples_Flink.json +++ b/.github/trigger_files/beam_PostCommit_Java_Examples_Flink.json @@ -1,3 +1,4 @@ { - "https://github.com/apache/beam/pull/32648": "testing flink 1.19 support" + "https://github.com/apache/beam/pull/32440": "testing datastream optimizations", + "https://github.com/apache/beam/pull/32648": "testing flink 1.19 support" } diff --git a/.github/trigger_files/beam_PostCommit_Java_ValidatesRunner_Flink.json b/.github/trigger_files/beam_PostCommit_Java_ValidatesRunner_Flink.json index 9200c368abbe..cb7966397921 100644 --- a/.github/trigger_files/beam_PostCommit_Java_ValidatesRunner_Flink.json +++ b/.github/trigger_files/beam_PostCommit_Java_ValidatesRunner_Flink.json @@ -1,5 +1,6 @@ { "comment": "Modify this file in a trivial way to cause this test suite to run", "https://github.com/apache/beam/pull/31156": "noting that PR #31156 should run this test", + "https://github.com/apache/beam/pull/32440": "testing datastream optimizations", "https://github.com/apache/beam/pull/32648": "testing addition of Flink 1.19 support" } diff --git a/.github/trigger_files/beam_PostCommit_XVR_Flink.json b/.github/trigger_files/beam_PostCommit_XVR_Flink.json index 236b7bee8af8..bb1b9f4c25e9 100644 --- a/.github/trigger_files/beam_PostCommit_XVR_Flink.json +++ b/.github/trigger_files/beam_PostCommit_XVR_Flink.json @@ -1,3 +1,4 @@ { - "https://github.com/apache/beam/pull/32648": "testing Flink 1.19 support" + "https://github.com/apache/beam/pull/32440": "testing datastream optimizations", + "https://github.com/apache/beam/pull/32648": "testing addition of Flink 1.19 support" }