Skip to content

Commit

Permalink
try with a separate service for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkeane committed Jul 2, 2021
1 parent 2f2d659 commit 5ad97c6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 1 addition & 3 deletions dev/tasks/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -950,9 +950,7 @@ tasks:
GCC_VERSION: 11
# S3 support is not buildable with gcc11 right now
flags: '-e ARROW_SOURCE_HOME="/arrow" -e FORCE_BUNDLED_BUILD=TRUE -e LIBARROW_BUILD=TRUE -e ARROW_S3=OFF'
image: ubuntu-r
command: '/bin/bash -c "/arrow/ci/scripts/r_test.sh /arrow"'

image: ubuntu-r-only-r

test-r-rstudio-r-base-3.6-centos7-devtoolset-8:
ci: azure
Expand Down
7 changes: 7 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ x-hierarchy:
- ubuntu-docs
- ubuntu-python-sdist-test
- ubuntu-r
- ubuntu-r-only-r
- ubuntu-cuda-cpp:
- ubuntu-cuda-python
- ubuntu-csharp
Expand Down Expand Up @@ -1022,6 +1023,12 @@ services:
/arrow/ci/scripts/python_build.sh /arrow /build &&
/arrow/ci/scripts/r_test.sh /arrow"
ubuntu-r-only-r:
extends: ubuntu-r
command: >
/bin/bash -c "
/arrow/ci/scripts/r_test.sh /arrow"
r:
# This lets you test building/installing the arrow R package
# (including building the C++ library) on any Docker image that contains R
Expand Down

0 comments on commit 5ad97c6

Please sign in to comment.