From d72dd5436b56d041d1e84c62440d9a5bacfbf835 Mon Sep 17 00:00:00 2001 From: Derrick Williams Date: Fri, 27 Mar 2026 20:16:34 +0000 Subject: [PATCH 1/2] [yaml] Remove test_ReadFromBigQuery_ExternalJavaProvider_0 deselection --- sdks/python/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/build.gradle b/sdks/python/build.gradle index 970020da8605..379ba78a600e 100644 --- a/sdks/python/build.gradle +++ b/sdks/python/build.gradle @@ -175,7 +175,7 @@ tasks.register("postCommitYamlIntegrationTests") { } exec { executable 'sh' - args '-c', "${envdir}/bin/pytest -v apache_beam/yaml/integration_tests.py --deselect apache_beam/yaml/integration_tests.py::BigqueryTest::test_ReadFromBigQuery_ExternalJavaProvider_0 --test_files_dir='${test_files_dir}'" + args '-c', "${envdir}/bin/pytest -v apache_beam/yaml/integration_tests.py --test_files_dir='${test_files_dir}'" } } } From 339790fc03a9a898fb578460407735fac915f083 Mon Sep 17 00:00:00 2001 From: Derrick Williams Date: Fri, 27 Mar 2026 20:22:59 +0000 Subject: [PATCH 2/2] post commit kickoff, but probably won't work --- .github/trigger_files/beam_PostCommit_Yaml_Xlang_Direct.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/trigger_files/beam_PostCommit_Yaml_Xlang_Direct.json b/.github/trigger_files/beam_PostCommit_Yaml_Xlang_Direct.json index 273008f1b3ee..a975cd1cd104 100644 --- a/.github/trigger_files/beam_PostCommit_Yaml_Xlang_Direct.json +++ b/.github/trigger_files/beam_PostCommit_Yaml_Xlang_Direct.json @@ -1,4 +1,4 @@ { "comment": "Modify this file in a trivial way to cause this test suite to run", - "revision": 8 + "revision": 1 }