46 lines
1.3 KiB
YAML
46 lines
1.3 KiB
YAML
listen: ":8080"
|
|
|
|
forgejo:
|
|
base_url: "https://forgejo.example.com"
|
|
token: "${FORGEJO_PERSONAL_ACCESS_TOKEN}"
|
|
default_scope:
|
|
level: "organization"
|
|
owner: "example"
|
|
default_labels:
|
|
- namespace-profile-linux-medium
|
|
timeout: "30s"
|
|
|
|
namespace:
|
|
nsc_binary: "nsc"
|
|
compute_base_url: "https://ord4.compute.namespaceapis.com"
|
|
image: "code.forgejo.org/forgejo/runner:11"
|
|
machine_type: "4x8"
|
|
macos_base_image_id: "tahoe"
|
|
macos_machine_arch: "arm64"
|
|
duration: "30m"
|
|
workdir: "/var/lib/forgejo-runner"
|
|
max_parallel: 4
|
|
network: ""
|
|
linux_cache_path: "/var/cache/burrow"
|
|
linux_cache_volumes:
|
|
- tag: "burrow-forgejo-linux-nix-v2"
|
|
mount_point: "/nix"
|
|
size_gb: 80
|
|
- tag: "burrow-forgejo-linux-cache-v2"
|
|
mount_point: "/var/cache/burrow"
|
|
size_gb: 80
|
|
macos_cache_path: "/Users/runner/.cache/burrow"
|
|
macos_cache_volumes:
|
|
- 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-"
|
|
executor: "shell"
|