chore: reduce resources for update jobs
This commit is contained in:
parent
29aa2a9b4c
commit
f576a01412
1 changed files with 104 additions and 109 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue