feat: add script to infer which pkgs were built last
This commit is contained in:
parent
0cda5405ac
commit
93f872a8eb
1 changed files with 177 additions and 168 deletions
|
|
@ -3,6 +3,8 @@ when:
|
|||
evaluate: 'build == "all"'
|
||||
- event: manual
|
||||
evaluate: 'build == "redhat-9-amd64"'
|
||||
- event: manual
|
||||
evaluate: 'build == "all-amd64"'
|
||||
|
||||
skip_clone: true
|
||||
|
||||
|
|
@ -17,14 +19,14 @@ steps:
|
|||
kubernetes:
|
||||
resources:
|
||||
requests:
|
||||
memory: 29Gi
|
||||
cpu: 4000m
|
||||
memory: 14Gi
|
||||
cpu: 2000m
|
||||
limits:
|
||||
memory: 29Gi
|
||||
cpu: 4000m
|
||||
memory: 14Gi
|
||||
cpu: 2000m
|
||||
nodeSelector:
|
||||
kubernetes.io/arch: amd64
|
||||
node.kubernetes.io/instance-type: cpx51
|
||||
node.kubernetes.io/instance-type: ccx23
|
||||
tolerations:
|
||||
- key: 'CI'
|
||||
operator: 'Equal'
|
||||
|
|
@ -47,9 +49,9 @@ steps:
|
|||
BLOCK: 715:2428
|
||||
ARCH: amd64
|
||||
NCPUS: 2
|
||||
MEMORY: 29Gi
|
||||
INSTANCE_TYPE: cpx51
|
||||
STRATEGY: multisession
|
||||
MEMORY: 14Gi
|
||||
INSTANCE_TYPE: ccx23
|
||||
STRATEGY: sequential
|
||||
volumes:
|
||||
- amd64-binaries-r-dep-cache-redhat-9:/mnt/cache
|
||||
commands:
|
||||
|
|
@ -105,18 +107,18 @@ steps:
|
|||
### PROD-parallel
|
||||
resources:
|
||||
requests:
|
||||
memory: 29Gi
|
||||
cpu: 4000m
|
||||
memory: 14Gi
|
||||
cpu: 2000m
|
||||
limits:
|
||||
memory: 29Gi
|
||||
cpu: 4000m
|
||||
memory: 14Gi
|
||||
cpu: 2000m
|
||||
### PROD-sequential
|
||||
# resources:
|
||||
# requests:
|
||||
# memory: 29Gi
|
||||
# memory: 14Gi
|
||||
# cpu: 2000m
|
||||
# limits:
|
||||
# memory: 29Gi
|
||||
# memory: 14Gi
|
||||
# cpu: 4000m
|
||||
# DEBUG
|
||||
# resources:
|
||||
|
|
@ -128,7 +130,7 @@ steps:
|
|||
# cpu: 2000m
|
||||
nodeSelector:
|
||||
kubernetes.io/arch: amd64
|
||||
node.kubernetes.io/instance-type: cpx51
|
||||
node.kubernetes.io/instance-type: ccx23
|
||||
tolerations:
|
||||
- key: 'CI'
|
||||
operator: 'Equal'
|
||||
|
|
|
|||
Loading…
Reference in a new issue