parallel
This commit is contained in:
parent
d387232ef3
commit
ac836c5e65
1 changed files with 8 additions and 8 deletions
|
|
@ -6,9 +6,9 @@ skip_clone: true
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- PLATFORM: redhat-9
|
# - PLATFORM: redhat-9
|
||||||
- PLATFORM: redhat-8
|
# - PLATFORM: redhat-8
|
||||||
- PLATFORM: ubuntu-2404
|
# - PLATFORM: ubuntu-2404
|
||||||
- PLATFORM: ubuntu-2204
|
- PLATFORM: ubuntu-2204
|
||||||
# - PLATFORM: alpine-320
|
# - PLATFORM: alpine-320
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -31,15 +31,15 @@ steps:
|
||||||
- R -q -e 'devtools::install(); packageVersion("rBinaries")'
|
- R -q -e 'devtools::install(); packageVersion("rBinaries")'
|
||||||
- R -q -e 'pak::pak(c("dyfanjones/s3fs", "pat-s/desc@description-from-remote", "pat-s/cranlike@s3"))'
|
- R -q -e 'pak::pak(c("dyfanjones/s3fs", "pat-s/desc@description-from-remote", "pat-s/cranlike@s3"))'
|
||||||
- cd /mnt/cache/packages
|
- cd /mnt/cache/packages
|
||||||
- R -q -e 'options(crayon.enabled = TRUE); library(rBinaries); upload_package_index()'
|
- R -q -e 'options(crayon.enabled = TRUE); library(rBinaries); future::plan("multisession", workers = 15); upload_package_index()'
|
||||||
backend_options:
|
backend_options:
|
||||||
kubernetes:
|
kubernetes:
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 4000Mi
|
memory: 9000Mi
|
||||||
cpu: 0m
|
cpu: 8000m
|
||||||
limits:
|
limits:
|
||||||
memory: 10000Mi
|
memory: 15000Mi
|
||||||
cpu: 1000m
|
cpu: 16000m
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/arch: 'arm64'
|
kubernetes.io/arch: 'arm64'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue