run arm updates on static node
This commit is contained in:
parent
e6ebd066e7
commit
8e28b59496
6 changed files with 0 additions and 166 deletions
|
|
@ -9,30 +9,6 @@ when:
|
||||||
skip_clone: true
|
skip_clone: true
|
||||||
|
|
||||||
steps:
|
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'
|
- name: 'Processing Updates'
|
||||||
image: docker.io/devxygmbh/arm64-binaries-r-alpine-320
|
image: docker.io/devxygmbh/arm64-binaries-r-alpine-320
|
||||||
pull: true
|
pull: true
|
||||||
|
|
@ -58,9 +34,7 @@ steps:
|
||||||
PLATFORM: alpine-320
|
PLATFORM: alpine-320
|
||||||
ARCH: arm64
|
ARCH: arm64
|
||||||
NCPUS: 2
|
NCPUS: 2
|
||||||
MEMORY: 14Gi
|
|
||||||
STRATEGY: sequential
|
STRATEGY: sequential
|
||||||
INSTANCE_TYPE: cax31
|
|
||||||
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3)
|
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3)
|
||||||
volumes:
|
volumes:
|
||||||
- arm64-binaries-r-dep-cache-alpine-320:/mnt/cache
|
- arm64-binaries-r-dep-cache-alpine-320:/mnt/cache
|
||||||
|
|
@ -85,7 +59,6 @@ steps:
|
||||||
cpu: 3000m
|
cpu: 3000m
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/arch: arm64
|
kubernetes.io/arch: arm64
|
||||||
node.kubernetes.io/instance-type: cax41
|
|
||||||
tolerations:
|
tolerations:
|
||||||
- key: 'CI'
|
- key: 'CI'
|
||||||
operator: 'Equal'
|
operator: 'Equal'
|
||||||
|
|
|
||||||
|
|
@ -9,30 +9,6 @@ when:
|
||||||
skip_clone: true
|
skip_clone: true
|
||||||
|
|
||||||
steps:
|
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'
|
- name: 'Processing Updates'
|
||||||
image: docker.io/devxygmbh/arm64-binaries-r-alpine-321
|
image: docker.io/devxygmbh/arm64-binaries-r-alpine-321
|
||||||
pull: true
|
pull: true
|
||||||
|
|
@ -58,9 +34,6 @@ steps:
|
||||||
PLATFORM: alpine-321
|
PLATFORM: alpine-321
|
||||||
ARCH: arm64
|
ARCH: arm64
|
||||||
NCPUS: 2
|
NCPUS: 2
|
||||||
MEMORY: 14Gi
|
|
||||||
STRATEGY: sequential
|
|
||||||
INSTANCE_TYPE: cax31
|
|
||||||
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3)
|
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3)
|
||||||
volumes:
|
volumes:
|
||||||
- arm64-binaries-r-dep-cache-alpine-321:/mnt/cache
|
- arm64-binaries-r-dep-cache-alpine-321:/mnt/cache
|
||||||
|
|
@ -84,7 +57,6 @@ steps:
|
||||||
cpu: 3000m
|
cpu: 3000m
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/arch: arm64
|
kubernetes.io/arch: arm64
|
||||||
node.kubernetes.io/instance-type: cax41
|
|
||||||
tolerations:
|
tolerations:
|
||||||
- key: 'CI'
|
- key: 'CI'
|
||||||
operator: 'Equal'
|
operator: 'Equal'
|
||||||
|
|
|
||||||
|
|
@ -9,30 +9,6 @@ when:
|
||||||
skip_clone: true
|
skip_clone: true
|
||||||
|
|
||||||
steps:
|
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'
|
- name: 'Processing Updates'
|
||||||
image: docker.io/devxygmbh/arm64-binaries-r-redhat-8
|
image: docker.io/devxygmbh/arm64-binaries-r-redhat-8
|
||||||
pull: true
|
pull: true
|
||||||
|
|
@ -58,9 +34,6 @@ steps:
|
||||||
PLATFORM: redhat-8
|
PLATFORM: redhat-8
|
||||||
ARCH: arm64
|
ARCH: arm64
|
||||||
NCPUS: 2
|
NCPUS: 2
|
||||||
MEMORY: 13Gi
|
|
||||||
STRATEGY: sequential
|
|
||||||
INSTANCE_TYPE: cax31
|
|
||||||
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3)
|
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3)
|
||||||
volumes:
|
volumes:
|
||||||
- arm64-binaries-r-dep-cache-redhat-8:/mnt/cache
|
- arm64-binaries-r-dep-cache-redhat-8:/mnt/cache
|
||||||
|
|
@ -84,7 +57,6 @@ steps:
|
||||||
cpu: 3000m
|
cpu: 3000m
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/arch: arm64
|
kubernetes.io/arch: arm64
|
||||||
node.kubernetes.io/instance-type: cax41
|
|
||||||
tolerations:
|
tolerations:
|
||||||
- key: 'CI'
|
- key: 'CI'
|
||||||
operator: 'Equal'
|
operator: 'Equal'
|
||||||
|
|
|
||||||
|
|
@ -9,30 +9,6 @@ when:
|
||||||
skip_clone: true
|
skip_clone: true
|
||||||
|
|
||||||
steps:
|
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'
|
- name: 'Processing Updates'
|
||||||
image: docker.io/devxygmbh/arm64-binaries-r-redhat-9
|
image: docker.io/devxygmbh/arm64-binaries-r-redhat-9
|
||||||
pull: true
|
pull: true
|
||||||
|
|
@ -58,8 +34,6 @@ steps:
|
||||||
PLATFORM: redhat-9
|
PLATFORM: redhat-9
|
||||||
ARCH: arm64
|
ARCH: arm64
|
||||||
NCPUS: 2
|
NCPUS: 2
|
||||||
MEMORY: 14Gi
|
|
||||||
STRATEGY: sequential
|
|
||||||
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3)
|
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3)
|
||||||
volumes:
|
volumes:
|
||||||
- arm64-binaries-r-dep-cache-redhat-9:/mnt/cache
|
- arm64-binaries-r-dep-cache-redhat-9:/mnt/cache
|
||||||
|
|
@ -82,7 +56,6 @@ steps:
|
||||||
cpu: 3000m
|
cpu: 3000m
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/arch: arm64
|
kubernetes.io/arch: arm64
|
||||||
node.kubernetes.io/instance-type: cax41
|
|
||||||
tolerations:
|
tolerations:
|
||||||
- key: 'CI'
|
- key: 'CI'
|
||||||
operator: 'Equal'
|
operator: 'Equal'
|
||||||
|
|
|
||||||
|
|
@ -9,30 +9,6 @@ when:
|
||||||
skip_clone: true
|
skip_clone: true
|
||||||
|
|
||||||
steps:
|
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'
|
- name: 'Processing Updates'
|
||||||
image: docker.io/devxygmbh/arm64-binaries-r-ubuntu-2204
|
image: docker.io/devxygmbh/arm64-binaries-r-ubuntu-2204
|
||||||
pull: true
|
pull: true
|
||||||
|
|
@ -58,9 +34,6 @@ steps:
|
||||||
PLATFORM: ubuntu-2204
|
PLATFORM: ubuntu-2204
|
||||||
ARCH: arm64
|
ARCH: arm64
|
||||||
NCPUS: 2
|
NCPUS: 2
|
||||||
MEMORY: 14Gi
|
|
||||||
STRATEGY: sequential
|
|
||||||
INSTANCE_TYPE: cax31
|
|
||||||
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3)
|
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3)
|
||||||
volumes:
|
volumes:
|
||||||
- arm64-binaries-r-dep-cache-ubuntu-2204:/mnt/cache
|
- arm64-binaries-r-dep-cache-ubuntu-2204:/mnt/cache
|
||||||
|
|
@ -83,7 +56,6 @@ steps:
|
||||||
cpu: 3000m
|
cpu: 3000m
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/arch: arm64
|
kubernetes.io/arch: arm64
|
||||||
node.kubernetes.io/instance-type: cax41
|
|
||||||
tolerations:
|
tolerations:
|
||||||
- key: 'CI'
|
- key: 'CI'
|
||||||
operator: 'Equal'
|
operator: 'Equal'
|
||||||
|
|
|
||||||
|
|
@ -9,30 +9,6 @@ when:
|
||||||
skip_clone: true
|
skip_clone: true
|
||||||
|
|
||||||
steps:
|
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'
|
- name: 'Processing Updates'
|
||||||
image: docker.io/devxygmbh/arm64-binaries-r-ubuntu-2404
|
image: docker.io/devxygmbh/arm64-binaries-r-ubuntu-2404
|
||||||
pull: true
|
pull: true
|
||||||
|
|
@ -58,9 +34,6 @@ steps:
|
||||||
PLATFORM: ubuntu-2404
|
PLATFORM: ubuntu-2404
|
||||||
ARCH: arm64
|
ARCH: arm64
|
||||||
NCPUS: 2
|
NCPUS: 2
|
||||||
MEMORY: 14Gi
|
|
||||||
STRATEGY: sequential
|
|
||||||
INSTANCE_TYPE: cax31
|
|
||||||
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3)
|
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3)
|
||||||
volumes:
|
volumes:
|
||||||
- arm64-binaries-r-dep-cache-ubuntu-2404:/mnt/cache
|
- arm64-binaries-r-dep-cache-ubuntu-2404:/mnt/cache
|
||||||
|
|
@ -83,7 +56,6 @@ steps:
|
||||||
cpu: 3000m
|
cpu: 3000m
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/arch: 'arm64'
|
kubernetes.io/arch: 'arm64'
|
||||||
node.kubernetes.io/instance-type: cax41
|
|
||||||
tolerations:
|
tolerations:
|
||||||
- key: 'CI'
|
- key: 'CI'
|
||||||
operator: 'Equal'
|
operator: 'Equal'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue