This commit is contained in:
Patrick Schratz 2024-09-26 11:13:01 +02:00
commit dd6b50bbce
Signed by: pat-s
GPG key ID: 3C6318841EF78925
3 changed files with 21 additions and 21 deletions

View file

@ -9,62 +9,62 @@ depends_on:
matrix:
include:
# - PLATFORM: redhat-9
# BLOCK: 2436:length(pkgs)
# BLOCK: 2989:length(pkgs)
# ARCH: arm64
# NCPUS: 2
# MEMORY: 29Gi
# STRATEGY: multisession
# - PLATFORM: redhat-8
# BLOCK: 2248:length(pkgs)
# BLOCK: 2839:length(pkgs)
# ARCH: arm64
# NCPUS: 2
# MEMORY: 29Gi
# STRATEGY: multisession
# - PLATFORM: ubuntu-2404
# BLOCK: 2814:length(pkgs)
# BLOCK: 3559:length(pkgs)
# ARCH: arm64
# NCPUS: 2
# MEMORY: 29Gi
# STRATEGY: multisession
# - PLATFORM: ubuntu-2204
# BLOCK: 3081:length(pkgs)
# BLOCK: 3661:length(pkgs)
# ARCH: arm64
# NCPUS: 2
# MEMORY: 29Gi
# STRATEGY: multisession
- PLATFORM: alpine-320
BLOCK: 2960:length(pkgs)
BLOCK: 2969:length(pkgs)
ARCH: arm64
NCPUS: 2
MEMORY: 29Gi
STRATEGY: multisession
# ### AMD
# - PLATFORM: redhat-9
# BLOCK: 1809:length(pkgs)
# BLOCK: 2411:length(pkgs)
# ARCH: amd64
# NCPUS: 2
# MEMORY: 29Gi
# STRATEGY: multisession
# - PLATFORM: redhat-8
# BLOCK: 1416:length(pkgs)
# BLOCK: 1823:length(pkgs)
# ARCH: amd64
# NCPUS: 2
# MEMORY: 29Gi
# STRATEGY: multisession
# - PLATFORM: ubuntu-2404
# BLOCK: 3563:length(pkgs)
# BLOCK: 4254:length(pkgs)
# ARCH: amd64
# NCPUS: 2
# MEMORY: 29Gi
# STRATEGY: multisession
# - PLATFORM: ubuntu-2204
# BLOCK: 3885:length(pkgs)
# BLOCK: 4709:length(pkgs)
# ARCH: amd64
# NCPUS: 2
# MEMORY: 29Gi
# STRATEGY: multisession
- PLATFORM: alpine-320
BLOCK: 2960:length(pkgs)
BLOCK: 2969:length(pkgs)
ARCH: amd64
NCPUS: 2
MEMORY: 29Gi

View file

@ -83,7 +83,7 @@ steps:
- 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
# options(future.globals.onReference = NULL): for some reason s3fs::file_delete() throws 'Error: Detected a non-exportable reference ('externalptr') in one of the globals ('FUN' of class 'function') used in the future expression' otherwise
- xvfb-run R -q -e 'options(crayon.enabled = TRUE, Ncpus = 4, 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}]; pkgs = setdiff(pkgs, c("RInno", "gpuR", "BRugs", "clrng", "Rcplex", "ROI.plugin.cplex", "ROracle")); library(bincraftR); future::plan("sequential"); options(progressr.enable = TRUE); progressr::handlers("cli"); progressr::handlers(global = TRUE); options(future.globals.onReference = NULL); process_cran_updates(interval = lubridate::interval(lubridate::today() - 3, lubridate::today() - 3), platform = "${PLATFORM}", process_updated = TRUE, process_new = TRUE)'
- xvfb-run R -q -e 'options(crayon.enabled = TRUE, Ncpus = 4, 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}]; pkgs = setdiff(pkgs, c("Rsymphony", "PortfolioAnalytics", "ROI.plugin.symphony", "RInno", "gpuR", "BRugs", "clrng", "Rcplex", "ROI.plugin.cplex", "ROracle")); library(bincraftR); future::plan("sequential"); options(progressr.enable = TRUE); progressr::handlers("cli"); progressr::handlers(global = TRUE); options(future.globals.onReference = NULL); process_cran_updates(interval = lubridate::interval(lubridate::today() - 3, lubridate::today() - 3), platform = "${PLATFORM}", process_updated = TRUE, process_new = TRUE)'
backend_options:
kubernetes:
### PROD

View file

@ -6,62 +6,62 @@ skip_clone: true
matrix:
include:
# - PLATFORM: redhat-9
# BLOCK: 2436:length(pkgs)
# BLOCK: 2989:length(pkgs)
# ARCH: arm64
# NCPUS: 2
# MEMORY: 29Gi
# STRATEGY: multisession
# - PLATFORM: redhat-8
# BLOCK: 2248:length(pkgs)
# BLOCK: 2839:length(pkgs)
# ARCH: arm64
# NCPUS: 2
# MEMORY: 29Gi
# STRATEGY: multisession
# - PLATFORM: ubuntu-2404
# BLOCK: 2814:length(pkgs)
# BLOCK: 3559:length(pkgs)
# ARCH: arm64
# NCPUS: 2
# MEMORY: 29Gi
# STRATEGY: multisession
# - PLATFORM: ubuntu-2204
# BLOCK: 3081:length(pkgs)
# BLOCK: 3661:length(pkgs)
# ARCH: arm64
# NCPUS: 2
# MEMORY: 29Gi
# STRATEGY: multisession
- PLATFORM: alpine-320
BLOCK: 2960:length(pkgs)
BLOCK: 2962:length(pkgs)
ARCH: arm64
NCPUS: 2
MEMORY: 29Gi
STRATEGY: multisession
# ### AMD
# - PLATFORM: redhat-9
# BLOCK: 1809:length(pkgs)
# BLOCK: 2411:length(pkgs)
# ARCH: amd64
# NCPUS: 2
# MEMORY: 29Gi
# STRATEGY: multisession
# - PLATFORM: redhat-8
# BLOCK: 1416:length(pkgs)
# BLOCK: 1823:length(pkgs)
# ARCH: amd64
# NCPUS: 2
# MEMORY: 29Gi
# STRATEGY: multisession
# - PLATFORM: ubuntu-2404
# BLOCK: 3563:length(pkgs)
# BLOCK: 4254:length(pkgs)
# ARCH: amd64
# NCPUS: 2
# MEMORY: 29Gi
# STRATEGY: multisession
# - PLATFORM: ubuntu-2204
# BLOCK: 3885:length(pkgs)
# BLOCK: 4709:length(pkgs)
# ARCH: amd64
# NCPUS: 2
# MEMORY: 29Gi
# STRATEGY: multisession
- PLATFORM: alpine-320
BLOCK: 2960:length(pkgs)
BLOCK: 2962:length(pkgs)
ARCH: amd64
NCPUS: 2
MEMORY: 29Gi