Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-45159: [CI][Integration] Remove substrait consumer-testing integration job #45463

Merged
merged 1 commit into from
Feb 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading