build-cran-binaries/.woodpecker/warm_up_build.yaml
2024-09-07 10:52:08 +02:00

55 lines
1.2 KiB
YAML

when:
event: [manual]
skip_clone: true
matrix:
include:
# - PLATFORM: redhat-9
# BLOCK: 20099:21169
# ARCH: arm64
# - PLATFORM: redhat-8
# BLOCK: 20099:21169
# ARCH: arm64
# - PLATFORM: ubuntu-2404
# BLOCK: 20099:21169
# ARCH: arm64
# - PLATFORM: ubuntu-2204
# BLOCK: 20099:21169
# ARCH: arm64
- PLATFORM: alpine-320
BLOCK: 6547:length(pkgs)
ARCH: arm64
NCPUS: 2
MEMORY: 28Gi
STRATEGY: sequential
- PLATFORM: alpine-320
BLOCK: 663:length(pkgs)
ARCH: amd64
NCPUS: 2
MEMORY: 28Gi
STRATEGY: sequential
steps:
- name: 'Warming up'
image: busybox:latest
failure: ignore
commands:
- sleep 300
- echo "Warmed Up"
backend_options:
kubernetes:
### PROD-sequential
resources:
requests:
memory: ${MEMORY}
cpu: 2000m
limits:
memory: 30Gi
cpu: 4000m
nodeSelector:
kubernetes.io/arch: "${ARCH}"
tolerations:
- key: "CI"
operator: "Equal"
value: "true"
effect: "NoSchedule"