Skip to content

Commit efb3719

Browse files
committed
Fix python postcommit
1 parent 5cd9829 commit efb3719

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"comment": "Modify this file in a trivial way to cause this test suite to run.",
3-
"modification": 33
3+
"modification": 34
44
}
55

sdks/python/apache_beam/io/hdfs_integration_test/hdfs_integration_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ cp -r ${ROOT_DIR}/sdks/python ${CONTEXT_DIR}/sdks/
4040
cp -r ${ROOT_DIR}/model ${CONTEXT_DIR}/
4141

4242
# Use a unique name to allow concurrent runs on the same machine.
43-
PROJECT_NAME=$(echo hdfs_IT-${BUILD_TAG:-non-jenkins})
43+
PROJECT_NAME=$(echo hdfs_it-${BUILD_TAG:-non-gha})
4444

4545
if [ -z "${BUILD_TAG:-}" ]; then
4646
COLOR_OPT=""

sdks/python/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ deps =
228228
holdup==1.8.0
229229
extras =
230230
gcp
231-
hdfs
231+
hadoop
232232
allowlist_externals =
233233
bash
234234
echo

0 commit comments

Comments
 (0)