run arm updates on static node

This commit is contained in:
Patrick Schratz 2025-01-01 20:35:04 +01:00
commit 8e28b59496
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -9,30 +9,6 @@ when:
skip_clone: true
steps:
- name: 'Warming up'
image: busybox:latest
failure: ignore
commands:
- sleep 300
- echo "Warmed Up"
backend_options:
kubernetes:
resources:
requests:
memory: 1Gi
cpu: 3000m
limits:
memory: 1Gi
cpu: 3000m
nodeSelector:
kubernetes.io/arch: arm64
node.kubernetes.io/instance-type: cax41
tolerations:
- key: 'CI'
operator: 'Equal'
value: 'true'
effect: 'NoSchedule'
- name: 'Processing Updates'
image: docker.io/devxygmbh/arm64-binaries-r-redhat-8
pull: true
@ -58,9 +34,6 @@ steps:
PLATFORM: redhat-8
ARCH: arm64
NCPUS: 2
MEMORY: 13Gi
STRATEGY: sequential
INSTANCE_TYPE: cax31
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3)
volumes:
- arm64-binaries-r-dep-cache-redhat-8:/mnt/cache
@ -84,7 +57,6 @@ steps:
cpu: 3000m
nodeSelector:
kubernetes.io/arch: arm64
node.kubernetes.io/instance-type: cax41
tolerations:
- key: 'CI'
operator: 'Equal'