Skip to content

Commit

Permalink
ARROW-17889: [CI] Remove Kartothek integration tests (#14274)
Browse files Browse the repository at this point in the history
This PR removes the Kartothek integration tests as discussed on the Mailing List.
https://lists.apache.org/thread/bqj7mordgf53ctws5jl1kdr0l4671nlj

Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
  • Loading branch information
raulcd committed Sep 29, 2022
1 parent b2c3743 commit 949e99a
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 165 deletions.
47 changes: 0 additions & 47 deletions ci/docker/conda-python-kartothek.dockerfile

This file was deleted.

39 changes: 0 additions & 39 deletions ci/scripts/install_kartothek.sh

This file was deleted.

34 changes: 0 additions & 34 deletions ci/scripts/integration_kartothek.sh

This file was deleted.

13 changes: 0 additions & 13 deletions dev/tasks/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ groups:
integration:
- test-*dask*
- test-*hdfs*
- test-*kartothek*
- test-*pandas*
- test-*spark*
# - test-*turbodbc*
Expand Down Expand Up @@ -1546,18 +1545,6 @@ tasks:
# image: conda-python-turbodbc
# {% endfor %}

{% for kartothek_version in ["latest", "master"] %}
test-conda-python-3.7-kartothek-{{ kartothek_version }}:
ci: github
template: docker-tests/github.linux.yml
params:
env:
PYTHON: 3.7
KARTOTHEK: "{{ kartothek_version }}"
flags: --no-leaf-cache
image: conda-python-kartothek
{% endfor %}

{% for hdfs_version in ["2.9.2", "3.2.1"] %}
test-conda-python-3.7-hdfs-{{ hdfs_version }}:
ci: github
Expand Down
32 changes: 0 additions & 32 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ x-hierarchy:
- conda-python-hdfs
- conda-python-java-integration
- conda-python-jpype
- conda-python-kartothek
- conda-python-spark
- conda-python-turbodbc
- conda-verify-rc
Expand Down Expand Up @@ -1209,37 +1208,6 @@ services:
/arrow/ci/scripts/python_build.sh /arrow /build &&
/arrow/ci/scripts/integration_turbodbc.sh /turbodbc /build"]

conda-python-kartothek:
# Possible $KARTOTHEK parameters:
# - `latest`: latest release
# - `master`: git master branch, use `docker-compose run --no-cache`
# - `<version>`: specific version available under github releases
# Usage:
# docker-compose build conda
# docker-compose build conda-cpp
# docker-compose build conda-python
# docker-compose build conda-python-kartothek
# docker-compose run --rm conda-python-kartothek
image: ${REPO}:${ARCH}-conda-python-${PYTHON}-kartothek-${KARTOTHEK}
build:
context: .
dockerfile: ci/docker/conda-python-kartothek.dockerfile
cache_from:
- ${REPO}:${ARCH}-conda-python-${PYTHON}-kartothek-${KARTOTHEK}
args:
repo: ${REPO}
arch: ${ARCH}
python: ${PYTHON}
kartothek: ${KARTOTHEK}
shm_size: *shm-size
environment:
<<: *ccache
volumes: *conda-volumes
command:
["/arrow/ci/scripts/cpp_build.sh /arrow /build &&
/arrow/ci/scripts/python_build.sh /arrow /build &&
/arrow/ci/scripts/integration_kartothek.sh /kartothek /build"]

################################## R ########################################

ubuntu-r:
Expand Down

0 comments on commit 949e99a

Please sign in to comment.