chore: fix temporary hickup for pkg redatam

This commit is contained in:
Patrick Schratz 2024-11-07 10:11:23 +01:00
commit 9953ebe31f
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -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