Skip to content

Commit 134638d

Browse files
authored
GH-49144: [R][CI] Get rid of unused CentOS CI job (#49239)
### Rationale for this change Remove unused CI jobs ### What changes are included in this PR? Remove unused CI jobs - CentOS ### Are these changes tested? No ### Are there any user-facing changes? No * GitHub Issue: #49144 Authored-by: Nic Crane <thisisnic@gmail.com> Signed-off-by: Nic Crane <thisisnic@gmail.com>
1 parent 29d34e8 commit 134638d

1 file changed

Lines changed: 0 additions & 35 deletions

File tree

dev/tasks/r/github.packages.yml

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -352,41 +352,6 @@ jobs:
352352
Rscript -e '
353353
{{ macros.github_test_r_src_pkg()|indent(8) }}
354354
'
355-
- name: Upload binary artifact
356-
if: matrix.config.devtoolset
357-
uses: actions/upload-artifact@v4
358-
with:
359-
name: r-pkg_centos7
360-
path: arrow_*
361-
362-
test-centos-binary:
363-
# arrow binary package not on ppm currently see #37922
364-
if: false
365-
needs: test-linux-binary
366-
runs-on: ubuntu-latest
367-
container: "posit/r-base:4.2-centos7"
368-
steps:
369-
- uses: actions/download-artifact@v4
370-
with:
371-
name: r-pkg_centos7
372-
- name: Install DTS Package
373-
shell: Rscript {0}
374-
run: |
375-
pkg <- list.files(pattern = "arrow_*")
376-
if(length(pkg) > 1) {
377-
pkg <- pkg[[1]]
378-
warning("Multiple packages found! Using first one.")
379-
}
380-
381-
# Install dependencies from RSPM
382-
install.packages("arrow", repos = "https://packagemanager.rstudio.com/all/__linux__/centos7/latest")
383-
remove.packages("arrow")
384-
385-
install.packages(pkg)
386-
library(arrow)
387-
read_parquet(system.file("v0.7.1.parquet", package = "arrow"))
388-
print(arrow_info())
389-
390355
test-source:
391356
needs: source
392357
name: Test {{ '${{ matrix.platform.name }}' }} source build

0 commit comments

Comments
 (0)