restart
This commit is contained in:
parent
eebaeada75
commit
c74b7c0625
1 changed files with 16 additions and 10 deletions
|
|
@ -5,16 +5,17 @@ skip_clone: true
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
# - PLATFORM: redhat-9
|
- PLATFORM: redhat-9
|
||||||
# BLOCK: 1:1000
|
BLOCK: 1533:3500
|
||||||
# - PLATFORM: redhat-8
|
# NB: build 435 -447
|
||||||
# BLOCK: 1:1000
|
- PLATFORM: redhat-8
|
||||||
|
BLOCK: 1048:2500
|
||||||
- PLATFORM: ubuntu-2404
|
- PLATFORM: ubuntu-2404
|
||||||
BLOCK: 1:1000
|
BLOCK: 1499:1500
|
||||||
# - PLATFORM: ubuntu-2204
|
- PLATFORM: ubuntu-2204
|
||||||
# BLOCK: 1:1000
|
BLOCK: 1533:2500
|
||||||
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]
|
||||||
image: docker.io/pats22/arm-binaries-r-${PLATFORM}
|
image: docker.io/pats22/arm-binaries-r-${PLATFORM}
|
||||||
pull: true
|
pull: true
|
||||||
|
|
@ -63,6 +64,11 @@ steps:
|
||||||
# cpu: 2000m
|
# cpu: 2000m
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/arch: 'arm64'
|
kubernetes.io/arch: 'arm64'
|
||||||
|
tolerations:
|
||||||
|
- key: "CI"
|
||||||
|
operator: "Equal"
|
||||||
|
value: "true"
|
||||||
|
effect: "NoSchedule"
|
||||||
# - name: Upload PACKAGES files
|
# - name: Upload PACKAGES files
|
||||||
# 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]
|
||||||
# image: docker.io/pats22/arm-binaries-r-ubi9
|
# image: docker.io/pats22/arm-binaries-r-ubi9
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue