ci: update ci agent assignments
This commit is contained in:
parent
510bff292a
commit
393eef5afe
1 changed files with 7 additions and 97 deletions
|
|
@ -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")'
|
||||
|
|
|
|||
Loading…
Reference in a new issue