restart all

This commit is contained in:
Patrick Schratz 2024-07-31 13:26:32 +02:00
commit f08bab6fbe
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -5,14 +5,14 @@ skip_clone: true
matrix: matrix:
include: include:
# - PLATFORM: redhat-9 - PLATFORM: redhat-9
# BLOCK: 1:1000 BLOCK: 1:1000
- PLATFORM: redhat-8 - PLATFORM: redhat-8
BLOCK: 1:1000 BLOCK: 1:1000
# - PLATFORM: ubuntu-2404 - PLATFORM: ubuntu-2404
# BLOCK: 1:1000 BLOCK: 1:1000
# - PLATFORM: ubuntu-2204 - PLATFORM: ubuntu-2204
# BLOCK: 1:1000 BLOCK: 1:1000
steps: steps:
- name: "Build binaries (${PLATFORM}: ${BLOCK})" - name: "Build binaries (${PLATFORM}: ${BLOCK})"
secrets: [red_hat_dev_pw, aws_access_key_id, aws_secret_access_key, pgpass, git_ro_token] secrets: [red_hat_dev_pw, aws_access_key_id, aws_secret_access_key, pgpass, git_ro_token]
@ -46,21 +46,21 @@ steps:
backend_options: backend_options:
kubernetes: kubernetes:
### PROD ### PROD
# resources:
# requests:
# memory: 25Gi
# cpu: 12000m
# limits:
# memory: 28Gi
# cpu: 16000m
# DEBUG
resources: resources:
requests: requests:
memory: 4Gi memory: 25Gi
cpu: 2000m cpu: 12000m
limits: limits:
memory: 4Gi memory: 28Gi
cpu: 2000m cpu: 16000m
# DEBUG
# resources:
# requests:
# memory: 4Gi
# cpu: 2000m
# limits:
# memory: 4Gi
# cpu: 2000m
nodeSelector: nodeSelector:
kubernetes.io/arch: 'arm64' kubernetes.io/arch: 'arm64'
# - name: Upload PACKAGES files # - name: Upload PACKAGES files