fix: fix tag parsing for 'latest'
This commit is contained in:
parent
93f872a8eb
commit
7797efc8c5
1 changed files with 134 additions and 133 deletions
|
|
@ -9,29 +9,29 @@ 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: 14Gi
|
||||
cpu: 2000m
|
||||
limits:
|
||||
memory: 14Gi
|
||||
cpu: 2000m
|
||||
nodeSelector:
|
||||
kubernetes.io/arch: amd64
|
||||
node.kubernetes.io/instance-type: ccx23
|
||||
tolerations:
|
||||
- key: 'CI'
|
||||
operator: 'Equal'
|
||||
value: 'true'
|
||||
effect: 'NoSchedule'
|
||||
# - name: 'Warming up'
|
||||
# image: busybox:latest
|
||||
# failure: ignore
|
||||
# commands:
|
||||
# - sleep 300
|
||||
# - echo "Warmed Up"
|
||||
# backend_options:
|
||||
# kubernetes:
|
||||
# resources:
|
||||
# requests:
|
||||
# memory: 14Gi
|
||||
# cpu: 2000m
|
||||
# limits:
|
||||
# memory: 14Gi
|
||||
# cpu: 2000m
|
||||
# nodeSelector:
|
||||
# kubernetes.io/arch: amd64
|
||||
# node.kubernetes.io/instance-type: ccx23
|
||||
# tolerations:
|
||||
# - key: 'CI'
|
||||
# operator: 'Equal'
|
||||
# value: 'true'
|
||||
# effect: 'NoSchedule'
|
||||
|
||||
- name: 'Build binaries'
|
||||
secrets: [red_hat_dev_pw, aws_access_key_id, aws_secret_access_key, pgpass, git_ro_token, GITHUB_PAT]
|
||||
|
|
@ -50,10 +50,10 @@ steps:
|
|||
ARCH: amd64
|
||||
NCPUS: 2
|
||||
MEMORY: 14Gi
|
||||
INSTANCE_TYPE: ccx23
|
||||
INSTANCE_TYPE: AX42
|
||||
STRATEGY: sequential
|
||||
volumes:
|
||||
- amd64-binaries-r-dep-cache-redhat-9:/mnt/cache
|
||||
# volumes:
|
||||
# - amd64-binaries-r-dep-cache-redhat-9:/mnt/cache
|
||||
commands:
|
||||
# download latest package version (avoid having to rebuild image every time)
|
||||
# rscript_startup arg: required to pass down global option to future workers https://github.com/HenrikBengtsson/future/issues/134#issuecomment-2245666169
|
||||
|
|
@ -107,7 +107,7 @@ steps:
|
|||
### PROD-parallel
|
||||
resources:
|
||||
requests:
|
||||
memory: 14Gi
|
||||
memory: 5Gi
|
||||
cpu: 2000m
|
||||
limits:
|
||||
memory: 14Gi
|
||||
|
|
@ -130,7 +130,7 @@ steps:
|
|||
# cpu: 2000m
|
||||
nodeSelector:
|
||||
kubernetes.io/arch: amd64
|
||||
node.kubernetes.io/instance-type: ccx23
|
||||
node.kubernetes.io/instance-type: AX42
|
||||
tolerations:
|
||||
- key: 'CI'
|
||||
operator: 'Equal'
|
||||
|
|
|
|||
Loading…
Reference in a new issue