restart all
This commit is contained in:
parent
14cf69331d
commit
f08bab6fbe
1 changed files with 18 additions and 18 deletions
|
|
@ -5,14 +5,14 @@ skip_clone: true
|
|||
|
||||
matrix:
|
||||
include:
|
||||
# - PLATFORM: redhat-9
|
||||
# BLOCK: 1:1000
|
||||
- PLATFORM: redhat-9
|
||||
BLOCK: 1:1000
|
||||
- PLATFORM: redhat-8
|
||||
BLOCK: 1:1000
|
||||
# - PLATFORM: ubuntu-2404
|
||||
# BLOCK: 1:1000
|
||||
# - PLATFORM: ubuntu-2204
|
||||
# BLOCK: 1:1000
|
||||
- PLATFORM: ubuntu-2404
|
||||
BLOCK: 1:1000
|
||||
- PLATFORM: ubuntu-2204
|
||||
BLOCK: 1:1000
|
||||
steps:
|
||||
- name: "Build binaries (${PLATFORM}: ${BLOCK})"
|
||||
secrets: [red_hat_dev_pw, aws_access_key_id, aws_secret_access_key, pgpass, git_ro_token]
|
||||
|
|
@ -46,21 +46,21 @@ steps:
|
|||
backend_options:
|
||||
kubernetes:
|
||||
### PROD
|
||||
# resources:
|
||||
# requests:
|
||||
# memory: 25Gi
|
||||
# cpu: 12000m
|
||||
# limits:
|
||||
# memory: 28Gi
|
||||
# cpu: 16000m
|
||||
# DEBUG
|
||||
resources:
|
||||
requests:
|
||||
memory: 4Gi
|
||||
cpu: 2000m
|
||||
memory: 25Gi
|
||||
cpu: 12000m
|
||||
limits:
|
||||
memory: 4Gi
|
||||
cpu: 2000m
|
||||
memory: 28Gi
|
||||
cpu: 16000m
|
||||
# DEBUG
|
||||
# resources:
|
||||
# requests:
|
||||
# memory: 4Gi
|
||||
# cpu: 2000m
|
||||
# limits:
|
||||
# memory: 4Gi
|
||||
# cpu: 2000m
|
||||
nodeSelector:
|
||||
kubernetes.io/arch: 'arm64'
|
||||
# - name: Upload PACKAGES files
|
||||
|
|
|
|||
Loading…
Reference in a new issue