diff --git a/.github/trigger_files/beam_PostCommit_Python.json b/.github/trigger_files/beam_PostCommit_Python.json index 06bd728be6d7..c6ec17f48412 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": 33 + "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 98cf4f74e4ab..7d272550ce51 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 431cd186c1b9..52fd82d41153 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