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 3580fa57dd3 Enable dataflow postcommit it only.
3580fa57dd3 is described below
commit 3580fa57dd3eaaa789a1e511d1ecd1b9129fe34a
Author: Shunping Huang <[email protected]>
AuthorDate: Tue Jun 23 17:52:04 2026 -0400
Enable dataflow postcommit it only.
---
build.gradle.kts | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/build.gradle.kts b/build.gradle.kts
index 5bee2046e89..4b190ca4bee 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -806,9 +806,9 @@ tasks.register("python311PostCommit") {
}
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: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")
}