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

View file

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