This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch users/damccorm/extra-cp
in repository https://gitbox.apache.org/repos/asf/beam.git

commit c6d9aee37117109d651a376b540d7cb570f7b22e
Author: Danny Mccormick <[email protected]>
AuthorDate: Wed Dec 3 16:26:47 2025 -0500

    Fix python postcommit
---
 .github/trigger_files/beam_PostCommit_Python.json                       | 2 +-
 .../apache_beam/io/hdfs_integration_test/hdfs_integration_test.sh       | 2 +-
 sdks/python/tox.ini                                                     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/trigger_files/beam_PostCommit_Python.json 
b/.github/trigger_files/beam_PostCommit_Python.json
index ed56f65ef50..c6ec17f4841 100644
--- a/.github/trigger_files/beam_PostCommit_Python.json
+++ b/.github/trigger_files/beam_PostCommit_Python.json
@@ -1,5 +1,5 @@
 {
   "comment": "Modify this file in a trivial way to cause this test suite to 
run.",
-  "modification": 32
+  "modification": 35
 }
 
diff --git 
a/sdks/python/apache_beam/io/hdfs_integration_test/hdfs_integration_test.sh 
b/sdks/python/apache_beam/io/hdfs_integration_test/hdfs_integration_test.sh
index 98cf4f74e4a..7d272550ce5 100755
--- a/sdks/python/apache_beam/io/hdfs_integration_test/hdfs_integration_test.sh
+++ b/sdks/python/apache_beam/io/hdfs_integration_test/hdfs_integration_test.sh
@@ -40,7 +40,7 @@ cp -r ${ROOT_DIR}/sdks/python ${CONTEXT_DIR}/sdks/
 cp -r ${ROOT_DIR}/model ${CONTEXT_DIR}/
 
 # Use a unique name to allow concurrent runs on the same machine.
-PROJECT_NAME=$(echo hdfs_IT-${BUILD_TAG:-non-jenkins})
+PROJECT_NAME=$(echo hdfs_it-${BUILD_TAG:-non-gha})
 
 if [ -z "${BUILD_TAG:-}" ]; then
   COLOR_OPT=""
diff --git a/sdks/python/tox.ini b/sdks/python/tox.ini
index 431cd186c1b..52fd82d4115 100644
--- a/sdks/python/tox.ini
+++ b/sdks/python/tox.ini
@@ -228,7 +228,7 @@ deps =
   holdup==1.8.0
 extras =
   gcp
-  hdfs
+  hadoop
 allowlist_externals =
   bash
   echo

Reply via email to