This commit is contained in:
Patrick Schratz 2024-09-30 13:03:46 +02:00
commit 317771b571
Signed by: pat-s
GPG key ID: 3C6318841EF78925
2 changed files with 40 additions and 40 deletions

View file

@ -9,62 +9,62 @@ depends_on:
matrix: matrix:
include: include:
# - PLATFORM: redhat-9 # - PLATFORM: redhat-9
# BLOCK: 4425:length(pkgs) # BLOCK: 4810:length(pkgs)
# ARCH: arm64 # ARCH: arm64
# NCPUS: 2 # NCPUS: 2
# MEMORY: 29Gi # MEMORY: 29Gi
# STRATEGY: multisession # STRATEGY: future.callr::callr
# - PLATFORM: redhat-8 # - PLATFORM: redhat-8
# BLOCK: 3759:length(pkgs) # BLOCK: 4503:length(pkgs)
# ARCH: arm64 # ARCH: arm64
# NCPUS: 2 # NCPUS: 2
# MEMORY: 29Gi # MEMORY: 29Gi
# STRATEGY: multisession # STRATEGY: future.callr::callr
# - PLATFORM: ubuntu-2404 # - PLATFORM: ubuntu-2404
# BLOCK: 4716:length(pkgs) # BLOCK: 5301:length(pkgs)
# ARCH: arm64 # ARCH: arm64
# NCPUS: 2 # NCPUS: 2
# MEMORY: 29Gi # MEMORY: 29Gi
# STRATEGY: multisession # STRATEGY: future.callr::callr
# - PLATFORM: ubuntu-2204 # - PLATFORM: ubuntu-2204
# BLOCK: 4906:length(pkgs) # BLOCK: 5849:length(pkgs)
# ARCH: arm64 # ARCH: arm64
# NCPUS: 2 # NCPUS: 2
# MEMORY: 29Gi # MEMORY: 29Gi
# STRATEGY: multisession # STRATEGY: future.callr::callr
- PLATFORM: alpine-320 - PLATFORM: alpine-320
BLOCK: 4479:length(pkgs) BLOCK: 4602:length(pkgs)
ARCH: arm64 ARCH: arm64
NCPUS: 2 NCPUS: 2
MEMORY: 29Gi MEMORY: 29Gi
STRATEGY: multisession STRATEGY: multisession
# ### AMD # ### AMD
# - PLATFORM: redhat-9 # - PLATFORM: redhat-9
# BLOCK: 3950:length(pkgs) # BLOCK: 4573:length(pkgs)
# ARCH: amd64 # ARCH: amd64
# NCPUS: 2 # NCPUS: 2
# MEMORY: 29Gi # MEMORY: 29Gi
# STRATEGY: multisession # STRATEGY: future.callr::callr
# - PLATFORM: redhat-8 # - PLATFORM: redhat-8
# BLOCK: 3077:length(pkgs) # BLOCK: 3908:length(pkgs)
# ARCH: amd64 # ARCH: amd64
# NCPUS: 2 # NCPUS: 2
# MEMORY: 29Gi # MEMORY: 29Gi
# STRATEGY: multisession # STRATEGY: future.callr::callr
# - PLATFORM: ubuntu-2404 # - PLATFORM: ubuntu-2404
# BLOCK: 5346:length(pkgs) # BLOCK: 6256:length(pkgs)
# ARCH: amd64 # ARCH: amd64
# NCPUS: 2 # NCPUS: 2
# MEMORY: 29Gi # MEMORY: 29Gi
# STRATEGY: multisession # STRATEGY: future.callr::callr
# - PLATFORM: ubuntu-2204 # - PLATFORM: ubuntu-2204
# BLOCK: 6205:length(pkgs) # BLOCK: 7293:length(pkgs)
# ARCH: amd64 # ARCH: amd64
# NCPUS: 2 # NCPUS: 2
# MEMORY: 29Gi # MEMORY: 29Gi
# STRATEGY: multisession # STRATEGY: future.callr::callr
- PLATFORM: alpine-320 - PLATFORM: alpine-320
BLOCK: 4479:length(pkgs) BLOCK: 4487:length(pkgs)
ARCH: amd64 ARCH: amd64
NCPUS: 2 NCPUS: 2
MEMORY: 29Gi MEMORY: 29Gi
@ -100,7 +100,7 @@ steps:
# - Rsymphony/ROI.plugin.symphony/adea/PortfolioAnalytics -> can't install/link external SYMPHONY lib (only on RHEL, as for others syslib exists) # - Rsymphony/ROI.plugin.symphony/adea/PortfolioAnalytics -> can't install/link external SYMPHONY lib (only on RHEL, as for others syslib exists)
# - Rglpk # - Rglpk
# biplotbootGUI: somehow ubuntu still hangs even when using xvfb-run # biplotbootGUI: somehow ubuntu still hangs even when using xvfb-run
- xvfb-run R -q -e 'options(crayon.enabled = TRUE, Ncpus = ${NCPUS}, future.globals.onReference = NULL); pkgs = tools::CRAN_package_db()[[1]]; pkgs = setdiff(pkgs[${BLOCK}], c("biplotbootGUI", "Rsymphony", "PortfolioAnalytics", "ROI.plugin.symphony", "adea", "RInno", "skedastic", "RPushbullet", "SimNPH", "SimDesign","simCAT", "SIAmodules", "shinytest2", "shinyIRT", "ShinyItemAnalysis", "shiny.benchmark", "scDIFtest", "RSP", "ROracle", "ROI.plugin.qpoases", "ROI.plugin.cplex", "RmecabKo", "rmarchingcubes", "RcppMeCab", "Rcplex", "ravetools", "Rbeast", "Rblpapi", "RcppEnsmallen", "qtkit", "priorCON", "prior3D", "PerFit", "outlierensembles", "nomnoml", "mxfda", "MultBiplotR", "mstDIF", "mdsr", "makepipe", "lordif", "KSgeneral", "kequate", "jstager", "jrt", "irtreliability", "irtQ", "irtpwr", "irtawsi", "GRShiny", "gpuR", "googletraffic", "giacR", "gamstransfer", "flps", "flow", "filters", "faoutlier", "equateIRT", "EnrichIntersect", "EFA.dimensions", "DFIT", "D3mirt", "ctgdist", "CoTiMA", "ConvertPar", "clrng", "bscui", "BifactorIndicesCalculator", "autoFC", "airt")); library(bincraftR); future::plan("${STRATEGY}", workers = ${NCPUS}, rscript_startup = quote(options(crayon.enabled = TRUE))); options(progressr.enable = TRUE); progressr::handlers("cli"); progressr::handlers(global = TRUE); pkgs = foo = lapply(pkgs, function(x) build_binary_package(x, build_for_minor=FALSE, debug = FALSE, force = TRUE, platform = "${PLATFORM}"))' - xvfb-run R -q -e 'options(crayon.enabled = TRUE, Ncpus = ${NCPUS}, future.globals.onReference = NULL); pkgs = tools::CRAN_package_db()[[1]]; pkgs = setdiff(pkgs, c("biplotbootGUI", "Rsymphony", "PortfolioAnalytics", "ROI.plugin.symphony", "adea", "RInno", "skedastic", "RPushbullet", "SimNPH", "SimDesign","simCAT", "SIAmodules", "shinytest2", "shinyIRT", "ShinyItemAnalysis", "shiny.benchmark", "scDIFtest", "RSP", "ROracle", "ROI.plugin.qpoases", "ROI.plugin.cplex", "RmecabKo", "rmarchingcubes", "RcppMeCab", "Rcplex", "ravetools", "Rbeast", "Rblpapi", "RcppEnsmallen", "qtkit", "priorCON", "prior3D", "PerFit", "outlierensembles", "nomnoml", "mxfda", "MultBiplotR", "mstDIF", "mdsr", "makepipe", "lordif", "KSgeneral", "kequate", "jstager", "jrt", "irtreliability", "irtQ", "irtpwr", "irtawsi", "GRShiny", "gpuR", "googletraffic", "giacR", "gamstransfer", "aflps", "flow", "filters", "faoutlier", "equateIRT", "EnrichIntersect", "EFA.dimensions", "DFIT", "D3mirt", "ctgdist", "CoTiMA", "ConvertPar", "clrng", "bscui", "BifactorIndicesCalculator", "autoFC", "airt")); library(bincraftR); future::plan("${STRATEGY}", workers = ${NCPUS}, rscript_startup = quote(options(crayon.enabled = TRUE))); options(progressr.enable = TRUE); progressr::handlers("cli"); progressr::handlers(global = TRUE); foo = lapply(pkgs[${BLOCK}], function(x) build_binary_package(x, build_for_minor=FALSE, debug = FALSE, force = TRUE, platform = "${PLATFORM}"))'
### Manual pkg builds ### Manual pkg builds
# webshot2, tabledown, TestAnaAPP, trekcolors, Spectran, SimNPH, RPushbullet, SimDesign, simCAT, SIAmodules, shinytest2, ShinyItemAnalysis, shinyIRT, shiny.benchmark, scDIFtest, RSP, qtkit, PROsetta, prettifyAddins, PerFit, outlierensembles, nomnoml, mxfda, MultBiplotR, mstDIF, mdsr, makepipe, lordif, kequate, jstager, jrt, irtreliability, irtQ, irtpwr, irtGUI, irtawsi, GRShiny, GPCMlasso, googletraffic, giacR, flps, flow, faoutlier, equateIRT, EnrichIntersect, EFA.dimensions, DFIT, D3mirt, ctgdist, CoTiMA, ConvertPar, bscui, BifactorIndicesCalculator, autoFC, airt: wait for https://github.com/rstudio/r-system-requirements/pull/178 # webshot2, tabledown, TestAnaAPP, trekcolors, Spectran, SimNPH, RPushbullet, SimDesign, simCAT, SIAmodules, shinytest2, ShinyItemAnalysis, shinyIRT, shiny.benchmark, scDIFtest, RSP, qtkit, PROsetta, prettifyAddins, PerFit, outlierensembles, nomnoml, mxfda, MultBiplotR, mstDIF, mdsr, makepipe, lordif, kequate, jstager, jrt, irtreliability, irtQ, irtpwr, irtGUI, irtawsi, GRShiny, GPCMlasso, googletraffic, giacR, flps, flow, faoutlier, equateIRT, EnrichIntersect, EFA.dimensions, DFIT, D3mirt, ctgdist, CoTiMA, ConvertPar, bscui, BifactorIndicesCalculator, autoFC, airt: wait for https://github.com/rstudio/r-system-requirements/pull/178
# RInno: Windows-only # RInno: Windows-only

View file

@ -6,66 +6,66 @@ skip_clone: true
matrix: matrix:
include: include:
# - PLATFORM: redhat-9 # - PLATFORM: redhat-9
# BLOCK: 3792:length(pkgs) # BLOCK: 4810:length(pkgs)
# ARCH: arm64 # ARCH: arm64
# NCPUS: 2 # NCPUS: 2
# MEMORY: 29Gi # MEMORY: 29Gi
# STRATEGY: multisession # STRATEGY: future.callr::callr
# - PLATFORM: redhat-8 # - PLATFORM: redhat-8
# BLOCK: 3566:length(pkgs) # BLOCK: 4503:length(pkgs)
# ARCH: arm64 # ARCH: arm64
# NCPUS: 2 # NCPUS: 2
# MEMORY: 29Gi # MEMORY: 29Gi
# STRATEGY: multisession # STRATEGY: future.callr::callr
# - PLATFORM: ubuntu-2404 # - PLATFORM: ubuntu-2404
# BLOCK: 4423:length(pkgs) # BLOCK: 5301:length(pkgs)
# ARCH: arm64 # ARCH: arm64
# NCPUS: 2 # NCPUS: 2
# MEMORY: 29Gi # MEMORY: 29Gi
# STRATEGY: multisession # STRATEGY: future.callr::callr
# - PLATFORM: ubuntu-2204 # - PLATFORM: ubuntu-2204
# BLOCK: 4714:length(pkgs) # BLOCK: 5849:length(pkgs)
# ARCH: arm64 # ARCH: arm64
# NCPUS: 2 # NCPUS: 2
# MEMORY: 29Gi # MEMORY: 29Gi
# STRATEGY: multisession # STRATEGY: future.callr::callr
- PLATFORM: alpine-320 - PLATFORM: alpine-320
BLOCK: 3895:length(pkgs) BLOCK: 4479:length(pkgs)
ARCH: arm64 ARCH: arm64
NCPUS: 2 NCPUS: 2
MEMORY: 29Gi MEMORY: 29Gi
STRATEGY: multisession STRATEGY: multicore
# # ### AMD # ### AMD
# - PLATFORM: redhat-9 # - PLATFORM: redhat-9
# BLOCK: 3476:length(pkgs) # BLOCK: 4573:length(pkgs)
# ARCH: amd64 # ARCH: amd64
# NCPUS: 2 # NCPUS: 2
# MEMORY: 29Gi # MEMORY: 29Gi
# STRATEGY: multisession # STRATEGY: future.callr::callr
# - PLATFORM: redhat-8 # - PLATFORM: redhat-8
# BLOCK: 2559:length(pkgs) # BLOCK: 3908:length(pkgs)
# ARCH: amd64 # ARCH: amd64
# NCPUS: 2 # NCPUS: 2
# MEMORY: 29Gi # MEMORY: 29Gi
# STRATEGY: multisession # STRATEGY: future.callr::callr
# - PLATFORM: ubuntu-2404 # - PLATFORM: ubuntu-2404
# BLOCK: 4844:length(pkgs) # BLOCK: 6256:length(pkgs)
# ARCH: amd64 # ARCH: amd64
# NCPUS: 2 # NCPUS: 2
# MEMORY: 29Gi # MEMORY: 29Gi
# STRATEGY: multisession # STRATEGY: future.callr::callr
# - PLATFORM: ubuntu-2204 # - PLATFORM: ubuntu-2204
# BLOCK: 5715:length(pkgs) # BLOCK: 7293:length(pkgs)
# ARCH: amd64 # ARCH: amd64
# NCPUS: 2 # NCPUS: 2
# MEMORY: 29Gi # MEMORY: 29Gi
# STRATEGY: multisession # STRATEGY: future.callr::callr
- PLATFORM: alpine-320 - PLATFORM: alpine-320
BLOCK: 4238:length(pkgs) BLOCK: 4479:length(pkgs)
ARCH: amd64 ARCH: amd64
NCPUS: 2 NCPUS: 2
MEMORY: 29Gi MEMORY: 29Gi
STRATEGY: multisession STRATEGY: multicore
steps: steps:
- name: 'Warming up' - name: 'Warming up'
image: busybox:latest image: busybox:latest