mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2026-09-10 12:30:28 +02:00
In buildbtw, we ship the executor binary as an OCI artifact which is a convenient delivery mechanism and superior to plain GitLab artifacts. The secure/production buildbtw runner is scoped to archlinux/packaging and only runs protected branches while the non-secure/staging buildbtw runner is an instance-wide runner so that it also runs pipelines in forks and it's not restricted to protected branches.
13 lines
335 B
YAML
13 lines
335 B
YAML
ipv4_address: "157.180.104.115"
|
|
ipv4_netmask: "/32"
|
|
ipv6_address: "2a01:4f9:3090:11cb::2"
|
|
ipv6_netmask: "/128"
|
|
ipv4_gateway: "157.180.104.65"
|
|
ipv6_gateway: "fe80::1"
|
|
system_disks:
|
|
- /dev/nvme0n1
|
|
- /dev/nvme1n1
|
|
wireguard_address: 10.0.0.58
|
|
wireguard_public_key: Y8eYq23msrRlKYe+1OnrSs+pzHPFUiRZLJeVSrcO9zU=
|
|
buildbtw_image_tag: main
|