Wire namespace caches and agenix secrets
This commit is contained in:
parent
5bd95b7a7c
commit
028627bfcb
8 changed files with 66 additions and 102 deletions
|
|
@ -11,10 +11,10 @@ forgejo:
|
|||
timeout: "30s"
|
||||
|
||||
namespace:
|
||||
nsc_binary: "/app/bin/nsc"
|
||||
nsc_binary: "nsc"
|
||||
compute_base_url: "https://ord4.compute.namespaceapis.com"
|
||||
image: "ghcr.io/forgejo/runner:3"
|
||||
machine_type: "8x16"
|
||||
image: "code.forgejo.org/forgejo/runner:11"
|
||||
machine_type: "4x8"
|
||||
macos_base_image_id: "tahoe"
|
||||
macos_machine_arch: "arm64"
|
||||
duration: "30m"
|
||||
|
|
@ -31,9 +31,15 @@ namespace:
|
|||
size_gb: 40
|
||||
macos_cache_path: "/Users/runner/.cache/burrow"
|
||||
macos_cache_volumes:
|
||||
- tag: "burrow-forgejo-macos-cache"
|
||||
mount_point: "/Users/runner/.cache/burrow"
|
||||
size_gb: 60
|
||||
- tag: "burrow-forgejo-macos-shared-v1"
|
||||
mount_point: "/Users/runner/.cache/burrow/shared"
|
||||
size_gb: 80
|
||||
- tag: "burrow-forgejo-macos-macos-v1"
|
||||
mount_point: "/Users/runner/.cache/burrow/lane/macos"
|
||||
size_gb: 80
|
||||
- tag: "burrow-forgejo-macos-ios-simulator-v1"
|
||||
mount_point: "/Users/runner/.cache/burrow/lane/ios-simulator"
|
||||
size_gb: 80
|
||||
|
||||
runner:
|
||||
name_prefix: "nscloud-"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue