This is an automated email from the ASF dual-hosted git repository. shunping pushed a commit to branch debug-python-postcommit-2 in repository https://gitbox.apache.org/repos/asf/beam.git
commit 06a66c831ff9bc7f70b8a0fcbf1db049feee7043 Author: Shunping Huang <[email protected]> AuthorDate: Tue Jun 23 19:51:54 2026 -0400 Enable inference postcommit only --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 1e685e3e3e1..7943071b336 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -809,8 +809,8 @@ tasks.register("python312PostCommit") { // dependsOn(":sdks:python:test-suites:dataflow:py312:postCommitIT") // dependsOn(":sdks:python:test-suites:direct:py312:postCommitIT") // dependsOn(":sdks:python:test-suites:direct:py312:hdfsIntegrationTest") - dependsOn(":sdks:python:test-suites:portable:py312:postCommitPy312") - // dependsOn(":sdks:python:test-suites:dataflow:py312:inferencePostCommitITPy312") + // dependsOn(":sdks:python:test-suites:portable:py312:postCommitPy312") + dependsOn(":sdks:python:test-suites:dataflow:py312:inferencePostCommitITPy312") } tasks.register("python313PostCommit") {
