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 98d6aa14fb47b1dc37da6d865cce939da7553e69
Author: Shunping Huang <[email protected]>
AuthorDate: Tue Jun 23 17:30:49 2026 -0400

    Debug postcommit python for 3.12
---
 .github/workflows/beam_PostCommit_Python.yml | 2 +-
 build.gradle.kts                             | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/beam_PostCommit_Python.yml 
b/.github/workflows/beam_PostCommit_Python.yml
index 5d9d45b54bd..265b90dff96 100644
--- a/.github/workflows/beam_PostCommit_Python.yml
+++ b/.github/workflows/beam_PostCommit_Python.yml
@@ -61,7 +61,7 @@ jobs:
       matrix:
         job_name: ['beam_PostCommit_Python']
         job_phrase: ['Run Python PostCommit']
-        python_version: ['3.10', '3.11', '3.12', '3.13','3.14']
+        python_version: ['3.12']
         os: [[self-hosted, ubuntu-24.04, highmem22]]
     if: |
       github.event_name == 'workflow_dispatch' ||
diff --git a/build.gradle.kts b/build.gradle.kts
index 4af8fa3f1ab..5bee2046e89 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -806,11 +806,11 @@ 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:dataflow:py312:inferencePostCommitITPy312")
+  // dependsOn(":sdks:python:test-suites:portable:py312:postCommitPy312")
+  // 
dependsOn(":sdks:python:test-suites:dataflow:py312:inferencePostCommitITPy312")
 }
 
 tasks.register("python313PostCommit") {

Reply via email to