Skip to content

Commit

Permalink
Temporarily disable install_gcs_testbench
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Oct 3, 2023
1 parent c1c9913 commit 0fc2287
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
3 changes: 2 additions & 1 deletion ci/docker/python-wheel-manylinux-test.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ COPY python/requirements-wheel-test.txt /arrow/python/
RUN pip install -r /arrow/python/requirements-wheel-test.txt

COPY ci/scripts/install_gcs_testbench.sh /arrow/ci/scripts/
RUN PYTHON=python /arrow/ci/scripts/install_gcs_testbench.sh default
# TODO: Temporarily disable installing GCS testbench
# RUN PYTHON=python /arrow/ci/scripts/install_gcs_testbench.sh default
3 changes: 2 additions & 1 deletion ci/scripts/python_wheel_windows_test.bat
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ set PARQUET_TEST_DATA=C:\arrow\submodules\parquet-testing\data
pip install -r C:\arrow\python\requirements-wheel-test.txt || exit /B 1

@REM Install GCS testbench
call "C:\arrow\ci\scripts\install_gcs_testbench.bat"
@REM TODO: Temporarily disable installing GCS testbench
@REM call "C:\arrow\ci\scripts\install_gcs_testbench.bat"

@REM Install the built wheels
python -m pip install --no-index --find-links=C:\arrow\python\dist\ pyarrow || exit /B 1
Expand Down
3 changes: 2 additions & 1 deletion dev/tasks/python-wheels/github.osx.amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ jobs:
source test-amd64-env/bin/activate
pip install --upgrade setuptools pip wheel
arch -x86_64 pip install -r arrow/python/requirements-wheel-test.txt
PYTHON=python arch -x86_64 arrow/ci/scripts/install_gcs_testbench.sh default
# TODO: Temporarily disable installing GCS testbench
# PYTHON=python arch -x86_64 arrow/ci/scripts/install_gcs_testbench.sh default
arch -x86_64 arrow/ci/scripts/python_wheel_unix_test.sh $(pwd)/arrow
{{ macros.github_upload_releases("arrow/python/repaired_wheels/*.whl")|indent }}
Expand Down
5 changes: 3 additions & 2 deletions dev/tasks/python-wheels/github.osx.arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,9 @@ jobs:
LDFLAGS=-L$(brew --prefix libffi)/lib CFLAGS=-I$(brew --prefix libffi)/include \
pip install cffi --no-binary :all:
pip install -r arrow/python/requirements-wheel-test.txt
PYTHON=python arrow/ci/scripts/install_gcs_testbench.sh default
arrow/ci/scripts/python_wheel_unix_test.sh $(pwd)/arrow
# TODO: Temporarily disable installing GCS testbench
# PYTHON=python arrow/ci/scripts/install_gcs_testbench.sh default
arrow/ci/scripts/python_wheel_unix_test.sh $(pwd)/arrow
- name: Upload artifacts
shell: bash
Expand Down

0 comments on commit 0fc2287

Please sign in to comment.