chore: reduce resources for update jobs

This commit is contained in:
Patrick Schratz 2024-10-31 23:48:03 +01:00
commit f576a01412
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -16,7 +16,7 @@ steps:
PLATFORM: ubuntu-2204
BLOCK: 21389:length(pkgs)
NCPUS: 2
STRATEGY: multisession
STRATEGY: sequential
commands:
- sleep 1
- echo "Warmed Up"
@ -24,14 +24,14 @@ steps:
kubernetes:
resources:
requests:
memory: 29Gi
memory: 14Gi
cpu: 4000m
limits:
memory: 29Gi
memory: 14Gi
cpu: 4000m
nodeSelector:
kubernetes.io/arch: arm64
node.kubernetes.io/instance-type: cax41
node.kubernetes.io/instance-type: cax31
tolerations:
- key: 'CI'
operator: 'Equal'
@ -51,9 +51,9 @@ steps:
PLATFORM: redhat-9
ARCH: arm64
NCPUS: 2
MEMORY: 29Gi
STRATEGY: multisession
INSTANCE_TYPE: cax41
MEMORY: 14Gi
STRATEGY: sequential
INSTANCE_TYPE: cax31
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 31)
volumes:
- arm64-binaries-r-dep-cache-${PLATFORM}:/mnt/cache
@ -74,10 +74,10 @@ steps:
### PROD
resources:
requests:
memory: 29Gi
memory: 14Gi
cpu: 4000m
limits:
memory: 29Gi
memory: 14Gi
cpu: 4000m
# DEBUG
# resources:
@ -89,7 +89,7 @@ steps:
# cpu: 2000m
nodeSelector:
kubernetes.io/arch: arm64
node.kubernetes.io/instance-type: cax41
node.kubernetes.io/instance-type: cax31
tolerations:
- key: 'CI'
operator: 'Equal'