This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new d056b18bed GH-34197: [R][CI] Add previous R package versions to
backwards compatibility CI jobs (#34198)
d056b18bed is described below
commit d056b18bedc70f746ae44159a465e367b6fd4f3b
Author: Nic Crane <[email protected]>
AuthorDate: Wed Feb 15 19:57:46 2023 +0000
GH-34197: [R][CI] Add previous R package versions to backwards
compatibility CI jobs (#34198)
This PR adds versions 8.0.0, 9.0.0, and 10.0.1 to the backwards
compatibility CI jobs
* Closes: #34197
Authored-by: Nic Crane <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
---
dev/tasks/r/github.linux.arrow.version.back.compat.yml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/dev/tasks/r/github.linux.arrow.version.back.compat.yml
b/dev/tasks/r/github.linux.arrow.version.back.compat.yml
index 795a2076fd..7583bdbee9 100644
--- a/dev/tasks/r/github.linux.arrow.version.back.compat.yml
+++ b/dev/tasks/r/github.linux.arrow.version.back.compat.yml
@@ -46,7 +46,7 @@ jobs:
run: arrow/ci/scripts/install_sccache.sh unknown-linux-musl
/usr/local/bin
- name: Install Arrow
env:
- {{ macros.github_set_sccache_envvars()|indent(8) }}
+ {{ macros.github_set_sccache_envvars()|indent(8) }}
run: |
cd arrow/r
R CMD INSTALL .
@@ -73,6 +73,9 @@ jobs:
config:
# We use the R version that was released at the time of the arrow
release in order
# to make sure we can download binaries from RSPM.
+ - { old_arrow_version: '10.0.1', r: '4.2' }
+ - { old_arrow_version: '9.0.0', r: '4.2' }
+ - { old_arrow_version: '8.0.0', r: '4.2' }
- { old_arrow_version: '7.0.0', r: '4.1' }
- { old_arrow_version: '6.0.1', r: '4.1' }
- { old_arrow_version: '5.0.0', r: '4.1' }