From 0fc2287c49dfeb15656e9916bf3105ee2875767e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Cumplido?= Date: Wed, 27 Sep 2023 19:59:11 +0200 Subject: [PATCH] Temporarily disable install_gcs_testbench --- ci/docker/python-wheel-manylinux-test.dockerfile | 3 ++- ci/scripts/python_wheel_windows_test.bat | 3 ++- dev/tasks/python-wheels/github.osx.amd64.yml | 3 ++- dev/tasks/python-wheels/github.osx.arm64.yml | 5 +++-- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/ci/docker/python-wheel-manylinux-test.dockerfile b/ci/docker/python-wheel-manylinux-test.dockerfile index cdd0ae3ced756..2c64344430c19 100644 --- a/ci/docker/python-wheel-manylinux-test.dockerfile +++ b/ci/docker/python-wheel-manylinux-test.dockerfile @@ -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 diff --git a/ci/scripts/python_wheel_windows_test.bat b/ci/scripts/python_wheel_windows_test.bat index c73b0cfd1b9bd..9355a164009f6 100755 --- a/ci/scripts/python_wheel_windows_test.bat +++ b/ci/scripts/python_wheel_windows_test.bat @@ -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 diff --git a/dev/tasks/python-wheels/github.osx.amd64.yml b/dev/tasks/python-wheels/github.osx.amd64.yml index e31a3278c8864..02e847eca365b 100644 --- a/dev/tasks/python-wheels/github.osx.amd64.yml +++ b/dev/tasks/python-wheels/github.osx.amd64.yml @@ -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 }} diff --git a/dev/tasks/python-wheels/github.osx.arm64.yml b/dev/tasks/python-wheels/github.osx.arm64.yml index 4cd492f8efd64..55e59a15fe3e6 100644 --- a/dev/tasks/python-wheels/github.osx.arm64.yml +++ b/dev/tasks/python-wheels/github.osx.arm64.yml @@ -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