normal run again
This commit is contained in:
parent
b4ff36dfa8
commit
f47835fb8d
1 changed files with 17 additions and 13 deletions
|
|
@ -6,7 +6,7 @@ skip_clone: true
|
|||
matrix:
|
||||
include:
|
||||
- PLATFORM: rhel-9
|
||||
BLOCK: 903:920
|
||||
BLOCK: 903:1450
|
||||
# - PLATFORM: rhel-9
|
||||
# BLOCK: 1051:1450
|
||||
# - PLATFORM: rhel-9
|
||||
|
|
@ -46,23 +46,25 @@ steps:
|
|||
# more complicated system dependencies which pak cannot resolve
|
||||
- mkdir -p /mnt/cache/pkgcache /mnt/cache/R-pkgs /mnt/cache/ccache /mnt/cache/packages
|
||||
# set additional repos: important as otherwise some packages cannot be resolved (e.g. INLA). Also: setting our own binary repos so we can make use of them for dep installation at some point
|
||||
- R -q -e 'options(crayon.enabled = TRUE, Ncpus = 6, future.globals.onReference = "error", repos = structure(c(getOption("repos"),INLA="https://inla.r-inla-download.org/R/stable"))); pkgs = tools::CRAN_package_db()[[1]][${BLOCK}]; library(rBinaries); future::plan("multisession", workers = 6, rscript_startup = quote(options(crayon.enabled = TRUE))); foo = lapply(pkgs, function(x) build_binary_package(x, build_for_minor=FALSE, debug = TRUE, force = TRUE))'
|
||||
- R -q -e 'options(crayon.enabled = TRUE, Ncpus = 6, future.globals.onReference = "error", repos = structure(c(getOption("repos"),INLA="https://inla.r-inla-download.org/R/stable"))); pkgs = tools::CRAN_package_db()[[1]][${BLOCK}]; library(rBinaries); future::plan("multisession", workers = 6, rscript_startup = quote(options(crayon.enabled = TRUE))); foo = lapply(pkgs, function(x) build_binary_package(x, build_for_minor=FALSE, debug = FALSE, force = TRUE))'
|
||||
backend_options:
|
||||
kubernetes:
|
||||
# resources:
|
||||
# requests:
|
||||
# memory: 25Gi
|
||||
# cpu: 12000m
|
||||
# limits:
|
||||
# memory: 28Gi
|
||||
# cpu: 16000m
|
||||
### PROD
|
||||
resources:
|
||||
requests:
|
||||
memory: 4Gi
|
||||
cpu: 2000m
|
||||
memory: 25Gi
|
||||
cpu: 12000m
|
||||
limits:
|
||||
memory: 4Gi
|
||||
cpu: 2000m
|
||||
memory: 28Gi
|
||||
cpu: 16000m
|
||||
## DEBUG
|
||||
# resources:
|
||||
# requests:
|
||||
# memory: 4Gi
|
||||
# cpu: 2000m
|
||||
# limits:
|
||||
# memory: 4Gi
|
||||
# cpu: 2000m
|
||||
nodeSelector:
|
||||
kubernetes.io/arch: 'arm64'
|
||||
- name: Upload PACKAGES files
|
||||
|
|
|
|||
Loading…
Reference in a new issue