ci: update ci agent assignments

This commit is contained in:
Patrick Schratz 2025-10-30 21:13:28 +01:00
commit 393eef5afe
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -9,9 +9,7 @@ when:
skip_clone: true
labels:
backend: docker
platform: linux/arm64
agent-name: gaia
agent: gaia
steps:
- name: 'Processing Updates'
@ -26,8 +24,8 @@ steps:
from_secret: HETZNER_S3_SECRET_KEY_K3S
PGPASS:
from_secret: PGPASS
REPO_RO_TOKEN:
from_secret: REPO_RO_TOKEN
GIT_RO_TOKEN:
from_secret: GIT_RO_TOKEN
GITHUB_PAT:
from_secret: GITHUB_PAT
# normal env vars
@ -51,7 +49,7 @@ steps:
# volumes:
# - arm64-binaries-r-dep-cache-alpine-320:/mnt/cache
commands:
- git clone -q https://pat-s:$$REPO_RO_TOKEN@git.devxy.io/devxy/build-cran-binaries.git .
- git clone -q https://pat-s:$$GIT_RO_TOKEN@git.devxy.io/devxy/build-cran-binaries.git .
- rm -rf /mnt/cache/R-pkgs/00LOCK-r-pkg-binaries /mnt/cache/R-pkgs/00LOCK-bincraft /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 /mnt/cache/R-pkgs/bincraft
- R -q -e 'pak::pak("git::https://codefloe.com/rpkgs/bincraft.git")'
- R -q -e 'packageVersion("bincraft")'