This is an automated email from the ASF dual-hosted git repository.
shunping pushed a commit to branch debug-python-postcommit
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/debug-python-postcommit by
this push:
new 03e0c64e8f2 Enable inference postcommit only
03e0c64e8f2 is described below
commit 03e0c64e8f2741598a69f48f4734f19f605db209
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") {