35 lines
738 B
YAML
35 lines
738 B
YAML
|
|
id: profile.vm-haskell-build
|
||
|
|
version: "1.0.0"
|
||
|
|
extension: ext.vm-packer
|
||
|
|
isolation:
|
||
|
|
level: microvm
|
||
|
|
network:
|
||
|
|
default: deny
|
||
|
|
egress: []
|
||
|
|
workspace:
|
||
|
|
mode: remote-canonical
|
||
|
|
access: rw
|
||
|
|
scope_default: session
|
||
|
|
ttl:
|
||
|
|
default: 8h
|
||
|
|
max: 24h
|
||
|
|
idle_reap: null
|
||
|
|
resources:
|
||
|
|
cpu: null
|
||
|
|
memory_mb: null
|
||
|
|
setup:
|
||
|
|
instructions: >
|
||
|
|
Requires a running build VM from the-custodian/infra/build-machines with SSH
|
||
|
|
tunnel or alias (e.g. haskell-build). Set SANDBOXER_VM_TUNNEL_PORT=12222 or
|
||
|
|
pass --input tunnel_port=12222.
|
||
|
|
secret_refs: []
|
||
|
|
placement:
|
||
|
|
prefer: [localhost]
|
||
|
|
fallback: [workstation]
|
||
|
|
reachability:
|
||
|
|
tunnel: ops-bridge
|
||
|
|
identity: ops-warden
|
||
|
|
metadata:
|
||
|
|
cost_class: self-hosted
|
||
|
|
latency_class: standard
|
||
|
|
observability: none
|