Skip to content

Commit

Permalink
ARROW-14716: [R][CI] Bump R versions used in docker tests
Browse files Browse the repository at this point in the history
Closes #11708 from nealrichardson/r-crossbow-update-versions

Authored-by: Neal Richardson <[email protected]>
Signed-off-by: Neal Richardson <[email protected]>
  • Loading branch information
nealrichardson committed Nov 16, 2021
1 parent d618498 commit b305edb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions dev/tasks/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1144,10 +1144,10 @@ tasks:

{% for r_org, r_image, r_tag in [("rhub", "ubuntu-gcc-release", "latest"),
("rocker", "r-base", "latest"),
("rstudio", "r-base", "3.6-bionic"),
("rstudio", "r-base", "3.6-centos8"),
("rstudio", "r-base", "3.6-opensuse15"),
("rstudio", "r-base", "3.6-opensuse42")] %}
("rstudio", "r-base", "4.1-focal"),
("rstudio", "r-base", "4.1-centos8"),
("rstudio", "r-base", "4.1-opensuse15"),
("rstudio", "r-base", "4.1-opensuse42")] %}
test-r-{{ r_org }}-{{ r_image }}-{{ r_tag }}:
ci: azure
template: r/azure.linux.yml
Expand Down Expand Up @@ -1193,13 +1193,13 @@ tasks:
flags: '-e ARROW_SOURCE_HOME="/arrow" -e FORCE_BUNDLED_BUILD=TRUE -e LIBARROW_BUILD=TRUE -e ARROW_S3=OFF'
image: ubuntu-r-only-r

test-r-rstudio-r-base-3.6-centos7-devtoolset-8:
test-r-rstudio-r-base-4.1-centos7-devtoolset-8:
ci: azure
template: r/azure.linux.yml
params:
r_org: rstudio
r_image: r-base
r_tag: 3.6-centos7
r_tag: 4.1-centos7
devtoolset_version: 8

test-r-minimal-build:
Expand Down

0 comments on commit b305edb

Please sign in to comment.