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

@ -19,14 +19,14 @@ steps:
kubernetes:
resources:
requests:
memory: 29Gi
memory: 14Gi
cpu: 4000m
limits:
memory: 29Gi
memory: 14Gi
cpu: 4000m
nodeSelector:
kubernetes.io/arch: amd64
node.kubernetes.io/instance-type: cpx51
node.kubernetes.io/instance-type: cpx41
tolerations:
- key: 'CI'
operator: 'Equal'
@ -46,9 +46,9 @@ steps:
PLATFORM: redhat-9
ARCH: amd64
NCPUS: 2
MEMORY: 29Gi
STRATEGY: multisession
INSTANCE_TYPE: cpx51
MEMORY: 14Gi
STRATEGY: sequential
INSTANCE_TYPE: cpx41
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3)
volumes:
- amd64-binaries-r-dep-cache-redhat-9:/mnt/cache
@ -69,10 +69,10 @@ steps:
### PROD
resources:
requests:
memory: 29Gi
memory: 14Gi
cpu: 4000m
limits:
memory: 29Gi
memory: 14Gi
cpu: 4000m
# DEBUG
# resources:
@ -84,7 +84,7 @@ steps:
# cpu: 2000m
nodeSelector:
kubernetes.io/arch: amd64
node.kubernetes.io/instance-type: cpx51
node.kubernetes.io/instance-type: cpx41
tolerations:
- key: 'CI'
operator: 'Equal'