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
|
|
@ -19,10 +19,10 @@ steps:
|
|||
kubernetes:
|
||||
resources:
|
||||
requests:
|
||||
memory: 14Gi
|
||||
memory: 13Gi
|
||||
cpu: 4000m
|
||||
limits:
|
||||
memory: 14Gi
|
||||
memory: 13Gi
|
||||
cpu: 4000m
|
||||
nodeSelector:
|
||||
kubernetes.io/arch: arm64
|
||||
|
|
@ -46,7 +46,7 @@ steps:
|
|||
PLATFORM: redhat-8
|
||||
ARCH: arm64
|
||||
NCPUS: 2
|
||||
MEMORY: 14Gi
|
||||
MEMORY: 13Gi
|
||||
STRATEGY: sequential
|
||||
INSTANCE_TYPE: cax31
|
||||
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3)
|
||||
|
|
@ -69,10 +69,10 @@ steps:
|
|||
### PROD
|
||||
resources:
|
||||
requests:
|
||||
memory: 14Gi
|
||||
memory: 13Gi
|
||||
cpu: 4000m
|
||||
limits:
|
||||
memory: 14Gi
|
||||
memory: 13Gi
|
||||
cpu: 4000m
|
||||
# DEBUG
|
||||
# resources:
|
||||
|
|
|
|||
Loading…
Reference in a new issue