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

View file

@ -5,16 +5,17 @@ skip_clone: true
matrix:
include:
# - PLATFORM: redhat-9
# BLOCK: 1:1000
# - PLATFORM: redhat-8
# BLOCK: 1:1000
- PLATFORM: redhat-9
BLOCK: 1533:3500
# NB: build 435 -447
- PLATFORM: redhat-8
BLOCK: 1048:2500
- PLATFORM: ubuntu-2404
BLOCK: 1:1000
# - PLATFORM: ubuntu-2204
# BLOCK: 1:1000
BLOCK: 1499:1500
- PLATFORM: ubuntu-2204
BLOCK: 1533:2500
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]
image: docker.io/pats22/arm-binaries-r-${PLATFORM}
pull: true
@ -63,6 +64,11 @@ steps:
# cpu: 2000m
nodeSelector:
kubernetes.io/arch: 'arm64'
tolerations:
- key: "CI"
operator: "Equal"
value: "true"
effect: "NoSchedule"
# - name: Upload PACKAGES files
# secrets: [red_hat_dev_pw, aws_access_key_id, aws_secret_access_key, pgpass, git_ro_token]
# image: docker.io/pats22/arm-binaries-r-ubi9