chore: reduce resources for update jobs
This commit is contained in:
parent
29aa2a9b4c
commit
f576a01412
1 changed files with 104 additions and 109 deletions
|
|
@ -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,10 +46,10 @@ steps:
|
|||
PLATFORM: alpine-320
|
||||
ARCH: amd64
|
||||
NCPUS: 2
|
||||
MEMORY: 29Gi
|
||||
STRATEGY: multisession
|
||||
INSTANCE_TYPE: cpx51
|
||||
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 40)
|
||||
MEMORY: 14Gi
|
||||
STRATEGY: sequential
|
||||
INSTANCE_TYPE: cpx41
|
||||
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3)
|
||||
volumes:
|
||||
- amd64-binaries-r-dep-cache-alpine-320:/mnt/cache
|
||||
commands:
|
||||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue