chore: fix temporary hickup for pkg redatam
This commit is contained in:
parent
2abb903efa
commit
9953ebe31f
1 changed files with 358 additions and 59 deletions
|
|
@ -24,8 +24,8 @@ steps:
|
|||
NCPUS: 1
|
||||
STRATEGY: sequential
|
||||
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3)
|
||||
volumes:
|
||||
- amd64-binaries-r-dep-cache-ubuntu-2404:/mnt/cache
|
||||
# volumes:
|
||||
# - amd64-binaries-r-dep-cache-ubuntu-2404:/mnt/cache
|
||||
commands:
|
||||
# download latest package version (avoid having to rebuild image every time)
|
||||
- git clone https://pat-s:$$git_ro_token@git.devxy.io/devxy/r-pkg-binaries.git .
|
||||
|
|
@ -43,10 +43,10 @@ steps:
|
|||
### PROD
|
||||
resources:
|
||||
requests:
|
||||
memory: 14Gi
|
||||
memory: 18Gi
|
||||
cpu: 3000m
|
||||
limits:
|
||||
memory: 14Gi
|
||||
memory: 18Gi
|
||||
cpu: 3000m
|
||||
nodeSelector:
|
||||
kubernetes.io/arch: amd64
|
||||
|
|
|
|||
Loading…
Reference in a new issue