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 95b057659bb Enable portable postcommit only.
95b057659bb is described below

commit 95b057659bb38314888ee1cb08c1fef8e0bf699b
Author: Shunping Huang <[email protected]>
AuthorDate: Tue Jun 23 18:56:41 2026 -0400

    Enable portable postcommit only.
---
 build.gradle.kts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.gradle.kts b/build.gradle.kts
index 4b190ca4bee..1e685e3e3e1 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -806,10 +806,10 @@ tasks.register("python311PostCommit") {
 }
 
 tasks.register("python312PostCommit") {
-  dependsOn(":sdks:python:test-suites:dataflow:py312:postCommitIT")
+  // 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:portable:py312:postCommitPy312")
   // 
dependsOn(":sdks:python:test-suites:dataflow:py312:inferencePostCommitITPy312")
 }
 

Reply via email to