Skip to content

Commit

Permalink
apacheGH-45159: [CI][Integration] Remove substrait consumer-testing i…
Browse files Browse the repository at this point in the history
…ntegration job
  • Loading branch information
raulcd committed Feb 7, 2025
1 parent f7f4995 commit cea9b2e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 162 deletions.
59 changes: 0 additions & 59 deletions ci/docker/conda-python-substrait.dockerfile

This file was deleted.

36 changes: 0 additions & 36 deletions ci/scripts/install_substrait_consumer.sh

This file was deleted.

31 changes: 0 additions & 31 deletions ci/scripts/integration_substrait.sh

This file was deleted.

8 changes: 0 additions & 8 deletions dev/tasks/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1088,14 +1088,6 @@ tasks:
PYTEST_ARGS: "-m hypothesis -W error"
image: conda-python-pandas

test-conda-python-3.10-substrait:
ci: github
template: docker-tests/github.linux.yml
params:
env:
PYTHON: "3.10"
image: conda-python-substrait

test-ubuntu-22.04-python-313-freethreading:
ci: github
template: docker-tests/github.linux.yml
Expand Down
28 changes: 0 additions & 28 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ x-hierarchy:
- conda-python-hdfs
- conda-python-no-numpy
- conda-python-spark
- conda-python-substrait
- conda-verify-rc
- conan
- debian-cpp:
Expand Down Expand Up @@ -1467,33 +1466,6 @@ services:
/arrow/ci/scripts/python_build.sh /arrow /build &&
/arrow/ci/scripts/integration_dask.sh"]

conda-python-substrait:
# Usage:
# docker compose build conda
# docker compose build conda-cpp
# docker compose build conda-python
# docker compose build conda-python-substrait
# docker compose run --rm conda-python-substrait
image: ${REPO}:${ARCH}-conda-python-${PYTHON}
build:
context: .
dockerfile: ci/docker/conda-python-substrait.dockerfile
cache_from:
- ${REPO}:${ARCH}-conda-python-${PYTHON}
args:
repo: ${REPO}
arch: ${ARCH}
python: ${PYTHON}
shm_size: *shm-size
environment:
<<: [*common, *ccache]
ARROW_SUBSTRAIT: "ON"
volumes: *conda-volumes
command:
["/arrow/ci/scripts/cpp_build.sh /arrow /build &&
/arrow/ci/scripts/python_build.sh /arrow /build &&
/arrow/ci/scripts/integration_substrait.sh"]

conda-python-cpython-debug:
# Usage:
# docker compose build conda
Expand Down

0 comments on commit cea9b2e

Please sign in to comment.