build arm64 updates on cax41
This commit is contained in:
parent
5147942432
commit
ea171c1485
1 changed files with 26 additions and 27 deletions
|
|
@ -19,14 +19,14 @@ steps:
|
|||
kubernetes:
|
||||
resources:
|
||||
requests:
|
||||
memory: 14Gi
|
||||
memory: 1Gi
|
||||
cpu: 3000m
|
||||
limits:
|
||||
memory: 14Gi
|
||||
memory: 1Gi
|
||||
cpu: 3000m
|
||||
nodeSelector:
|
||||
kubernetes.io/arch: arm64
|
||||
node.kubernetes.io/instance-type: cax31
|
||||
node.kubernetes.io/instance-type: cax41
|
||||
tolerations:
|
||||
- key: 'CI'
|
||||
operator: 'Equal'
|
||||
|
|
@ -60,7 +60,6 @@ steps:
|
|||
NCPUS: 2
|
||||
MEMORY: 14Gi
|
||||
STRATEGY: sequential
|
||||
INSTANCE_TYPE: cax31
|
||||
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3)
|
||||
volumes:
|
||||
- arm64-binaries-r-dep-cache-redhat-9:/mnt/cache
|
||||
|
|
@ -76,14 +75,14 @@ steps:
|
|||
kubernetes:
|
||||
resources:
|
||||
requests:
|
||||
memory: 14Gi
|
||||
memory: 5Gi
|
||||
cpu: 3000m
|
||||
limits:
|
||||
memory: 14Gi
|
||||
cpu: 3000m
|
||||
nodeSelector:
|
||||
kubernetes.io/arch: arm64
|
||||
node.kubernetes.io/instance-type: cax31
|
||||
node.kubernetes.io/instance-type: cax41
|
||||
tolerations:
|
||||
- key: 'CI'
|
||||
operator: 'Equal'
|
||||
|
|
|
|||
Loading…
Reference in a new issue