This commit is contained in:
Patrick Schratz 2024-12-08 12:41:33 +01:00
commit 42d6bea044
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -21,7 +21,7 @@ steps:
from_secret: aws_secret_access_key
PGPASS:
from_secret: pgpass
GIT_RO_TOEN:
GIT_RO_TOKEN:
from_secret: git_ro_token
GITHUB_PAT:
from_secret: github_pat
@ -41,7 +41,7 @@ steps:
# - amd64-binaries-r-dep-cache-ubuntu-2204:/mnt/cache
commands:
- git clone https://pat-s:$$GIT_RO_TOKEN@git.devxy.io/devxy/r-pkg-binaries.git .
- rm -rf /mnt/cache/R-pkgs/00LOCK-r-pkg-binaries /mnt/cache/R-pkgs/00LOCK-bincraftR /mnt/cache/R-pkgs/00LOCK-RPostgres
- rm -rf /mnt/cache/R-pkgs/00LOCK-r-pkg-binaries /mnt/cache/R-pkgs/00LOCK-bincraftR /mnt/cache/R-pkgs/00LOCK-pak /mnt/cache/pkgcache/R/pkgcache /mnt/cache/pkgcache/R/pkgcache /mnt/cache/R-pkgs/pkgcache /mnt/cache/R-pkgs/00LOCK-pak/mnt/cache/R-pkgs/00LOCK-RPostgres
- R -q -e 'pak::pak("git::https://gitlab.com/devxy/r-package-binaries/bincraftr.git")'
- R -q -e 'packageVersion("bincraftR")'
- mkdir -p /mnt/cache/pkgcache /mnt/cache/R-pkgs /mnt/cache/ccache /mnt/cache/packages
@ -51,7 +51,7 @@ steps:
kubernetes:
resources:
requests:
memory: 18Gi
memory: 5Gi
cpu: 3000m
limits:
memory: 18Gi