This commit is contained in:
Patrick Schratz 2024-09-07 10:52:08 +02:00
commit 681a3a97a8
Signed by: pat-s
GPG key ID: 3C6318841EF78925
2 changed files with 18 additions and 14 deletions

View file

@ -21,14 +21,16 @@ matrix:
# BLOCK: 20099:21169
# ARCH: arm64
- PLATFORM: alpine-320
BLOCK: 6547:length(pkgs)
BLOCK: 6570:length(pkgs)
ARCH: arm64
NCPUS: 1
NCPUS: 2
MEMORY: 28Gi
STRATEGY: sequential
- PLATFORM: alpine-320
BLOCK: 663:length(pkgs)
BLOCK: 684:length(pkgs)
ARCH: amd64
NCPUS: 1
NCPUS: 2
MEMORY: 28Gi
STRATEGY: sequential
steps:
- name: 'Build binaries (${PLATFORM}: ${BLOCK})'
@ -74,10 +76,10 @@ steps:
### PROD-sequential
resources:
requests:
memory: 13Gi
cpu: 1000m
memory: ${MEMORY}
cpu: 2000m
limits:
memory: 16Gi
memory: 30Gi
cpu: 4000m
# DEBUG
# resources:

View file

@ -18,14 +18,16 @@ matrix:
# BLOCK: 20099:21169
# ARCH: arm64
- PLATFORM: alpine-320
BLOCK: 6304:length(pkgs)
BLOCK: 6547:length(pkgs)
ARCH: arm64
NCPUS: 1
NCPUS: 2
MEMORY: 28Gi
STRATEGY: sequential
- PLATFORM: alpine-320
BLOCK: 309:length(pkgs)
BLOCK: 663:length(pkgs)
ARCH: amd64
NCPUS: 1
NCPUS: 2
MEMORY: 28Gi
STRATEGY: sequential
steps:
- name: 'Warming up'
@ -39,10 +41,10 @@ steps:
### PROD-sequential
resources:
requests:
memory: 13Gi
cpu: 1000m
memory: ${MEMORY}
cpu: 2000m
limits:
memory: 16Gi
memory: 30Gi
cpu: 4000m
nodeSelector:
kubernetes.io/arch: "${ARCH}"