From 6187cfae95d90f8e208dd359b3d6d6b31abe4bef Mon Sep 17 00:00:00 2001 From: tvalentyn Date: Wed, 22 Oct 2025 14:39:54 -0700 Subject: [PATCH 1/2] Exclude a perma-red test suite beam_PostCommit_XVR_GoUsingJava_Dataflow.yml --- .../workflows/beam_PostCommit_XVR_GoUsingJava_Dataflow.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/beam_PostCommit_XVR_GoUsingJava_Dataflow.yml b/.github/workflows/beam_PostCommit_XVR_GoUsingJava_Dataflow.yml index fe32337d1c05..6fbb4329bc38 100644 --- a/.github/workflows/beam_PostCommit_XVR_GoUsingJava_Dataflow.yml +++ b/.github/workflows/beam_PostCommit_XVR_GoUsingJava_Dataflow.yml @@ -19,10 +19,8 @@ name: PostCommit XVR GoUsingJava Dataflow on: - schedule: - - cron: '45 5/6 * * *' pull_request_target: - paths: ['.github/trigger_files/beam_PostCommit_XVR_GoUsingJava_Dataflow.json', 'release/trigger_all_tests.json'] + paths: ['.github/trigger_files/beam_PostCommit_XVR_GoUsingJava_Dataflow.json'] workflow_dispatch: #Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event From d03830c4ec59331dd18a53c8817e5c41e7d64f66 Mon Sep 17 00:00:00 2001 From: tvalentyn Date: Wed, 22 Oct 2025 15:18:46 -0700 Subject: [PATCH 2/2] Update beam_PostCommit_XVR_GoUsingJava_Dataflow.yml --- .github/workflows/beam_PostCommit_XVR_GoUsingJava_Dataflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/beam_PostCommit_XVR_GoUsingJava_Dataflow.yml b/.github/workflows/beam_PostCommit_XVR_GoUsingJava_Dataflow.yml index 6fbb4329bc38..c22bec84760c 100644 --- a/.github/workflows/beam_PostCommit_XVR_GoUsingJava_Dataflow.yml +++ b/.github/workflows/beam_PostCommit_XVR_GoUsingJava_Dataflow.yml @@ -16,7 +16,7 @@ # TODO(https://github.com/apache/beam/issues/32492): re-enable the suite # on cron and add release/trigger_all_tests.json to trigger path once fixed. -name: PostCommit XVR GoUsingJava Dataflow +name: PostCommit XVR GoUsingJava Dataflow (disabled) on: pull_request_target: