chore: reduce resources for update jobs
This commit is contained in:
parent
29aa2a9b4c
commit
f576a01412
1 changed files with 104 additions and 109 deletions
|
|
@ -13,20 +13,20 @@ steps:
|
|||
image: busybox:latest
|
||||
failure: ignore
|
||||
commands:
|
||||
- sleep 1
|
||||
- sleep 300
|
||||
- echo "Warmed Up"
|
||||
backend_options:
|
||||
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-8
|
||||
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-8:/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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue