cdn caching

This commit is contained in:
Patrick Schratz 2024-12-09 11:37:46 +01:00
commit 657d368ca3
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -14,29 +14,22 @@ depends_on:
- alpine-321-arm64-install-deps
steps:
- name: 'Warming up'
image: busybox:latest
failure: ignore
commands:
- sleep 300
- echo 'Warmed Up'
backend_options:
kubernetes:
resources:
requests:
memory: 13Gi
cpu: 3000m
limits:
memory: 13Gi
cpu: 3000m
nodeSelector:
kubernetes.io/arch: arm64
node.kubernetes.io/instance-type: cax31
tolerations:
- key: 'CI'
operator: 'Equal'
value: 'true'
effect: 'NoSchedule'
# - name: 'Warming up'
# image: busybox:latest
# failure: ignore
# commands:
# - sleep 300
# - echo 'Warmed Up'
# backend_options:
# kubernetes:
# nodeSelector:
# kubernetes.io/arch: arm64
# node.kubernetes.io/instance-type: cax41
# tolerations:
# - key: 'CI'
# operator: 'Equal'
# value: 'true'
# effect: 'NoSchedule'
- name: 'Build binaries'
image: docker.io/devxygmbh/arm64-binaries-r-alpine-321
@ -109,14 +102,14 @@ steps:
kubernetes:
resources:
requests:
memory: 10Gi
memory: 5Gi
cpu: 1000m
limits:
memory: 14Gi
memory: 20Gi
cpu: 2000m
nodeSelector:
kubernetes.io/arch: arm64
node.kubernetes.io/instance-type: cax31
node.kubernetes.io/instance-type: cax41
tolerations:
- key: 'CI'
operator: 'Equal'