diff --git a/.woodpecker/process-updates-alpine-320-arm64.yaml b/.woodpecker/process-updates-alpine-320-arm64.yaml index 71c7e23..15fdc6e 100644 --- a/.woodpecker/process-updates-alpine-320-arm64.yaml +++ b/.woodpecker/process-updates-alpine-320-arm64.yaml @@ -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-alpine-320 pull: true @@ -58,9 +34,7 @@ steps: PLATFORM: alpine-320 ARCH: arm64 NCPUS: 2 - MEMORY: 14Gi STRATEGY: sequential - INSTANCE_TYPE: cax31 INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3) volumes: - arm64-binaries-r-dep-cache-alpine-320:/mnt/cache @@ -85,7 +59,6 @@ steps: cpu: 3000m nodeSelector: kubernetes.io/arch: arm64 - node.kubernetes.io/instance-type: cax41 tolerations: - key: 'CI' operator: 'Equal' diff --git a/.woodpecker/process-updates-alpine-321-arm64.yaml b/.woodpecker/process-updates-alpine-321-arm64.yaml index 66ca361..4061921 100644 --- a/.woodpecker/process-updates-alpine-321-arm64.yaml +++ b/.woodpecker/process-updates-alpine-321-arm64.yaml @@ -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-alpine-321 pull: true @@ -58,9 +34,6 @@ steps: PLATFORM: alpine-321 ARCH: arm64 NCPUS: 2 - MEMORY: 14Gi - STRATEGY: sequential - INSTANCE_TYPE: cax31 INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3) volumes: - arm64-binaries-r-dep-cache-alpine-321:/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' diff --git a/.woodpecker/process-updates-redhat-8-arm64.yaml b/.woodpecker/process-updates-redhat-8-arm64.yaml index fed4658..ed12df4 100644 --- a/.woodpecker/process-updates-redhat-8-arm64.yaml +++ b/.woodpecker/process-updates-redhat-8-arm64.yaml @@ -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' diff --git a/.woodpecker/process-updates-redhat-9-arm64.yaml b/.woodpecker/process-updates-redhat-9-arm64.yaml index 176ed35..ce46ed3 100644 --- a/.woodpecker/process-updates-redhat-9-arm64.yaml +++ b/.woodpecker/process-updates-redhat-9-arm64.yaml @@ -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-9 pull: true @@ -58,8 +34,6 @@ steps: PLATFORM: redhat-9 ARCH: arm64 NCPUS: 2 - MEMORY: 14Gi - STRATEGY: sequential INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3) volumes: - arm64-binaries-r-dep-cache-redhat-9:/mnt/cache @@ -82,7 +56,6 @@ steps: cpu: 3000m nodeSelector: kubernetes.io/arch: arm64 - node.kubernetes.io/instance-type: cax41 tolerations: - key: 'CI' operator: 'Equal' diff --git a/.woodpecker/process-updates-ubuntu-2204-arm64.yaml b/.woodpecker/process-updates-ubuntu-2204-arm64.yaml index ee3873b..70c7081 100644 --- a/.woodpecker/process-updates-ubuntu-2204-arm64.yaml +++ b/.woodpecker/process-updates-ubuntu-2204-arm64.yaml @@ -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-ubuntu-2204 pull: true @@ -58,9 +34,6 @@ steps: PLATFORM: ubuntu-2204 ARCH: arm64 NCPUS: 2 - MEMORY: 14Gi - STRATEGY: sequential - INSTANCE_TYPE: cax31 INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3) volumes: - arm64-binaries-r-dep-cache-ubuntu-2204:/mnt/cache @@ -83,7 +56,6 @@ steps: cpu: 3000m nodeSelector: kubernetes.io/arch: arm64 - node.kubernetes.io/instance-type: cax41 tolerations: - key: 'CI' operator: 'Equal' diff --git a/.woodpecker/process-updates-ubuntu-2404-arm64.yaml b/.woodpecker/process-updates-ubuntu-2404-arm64.yaml index 9e3ce6b..0bb4088 100644 --- a/.woodpecker/process-updates-ubuntu-2404-arm64.yaml +++ b/.woodpecker/process-updates-ubuntu-2404-arm64.yaml @@ -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-ubuntu-2404 pull: true @@ -58,9 +34,6 @@ steps: PLATFORM: ubuntu-2404 ARCH: arm64 NCPUS: 2 - MEMORY: 14Gi - STRATEGY: sequential - INSTANCE_TYPE: cax31 INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3) volumes: - arm64-binaries-r-dep-cache-ubuntu-2404:/mnt/cache @@ -83,7 +56,6 @@ steps: cpu: 3000m nodeSelector: kubernetes.io/arch: 'arm64' - node.kubernetes.io/instance-type: cax41 tolerations: - key: 'CI' operator: 'Equal'