mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 18:40:44 +00:00
42 lines
661 B
YAML
42 lines
661 B
YAML
profile: openclaw-check
|
|
provider: aws
|
|
class: beast
|
|
capacity:
|
|
market: spot
|
|
strategy: most-available
|
|
fallback: on-demand-after-120s
|
|
regions:
|
|
- eu-west-1
|
|
actions:
|
|
workflow: .github/workflows/crabbox-hydrate.yml
|
|
job: hydrate
|
|
ref: main
|
|
runnerLabels:
|
|
- crabbox
|
|
- openclaw
|
|
runnerVersion: latest
|
|
ephemeral: true
|
|
aws:
|
|
region: eu-west-1
|
|
rootGB: 400
|
|
sync:
|
|
delete: true
|
|
checksum: false
|
|
gitSeed: true
|
|
fingerprint: true
|
|
baseRef: main
|
|
exclude:
|
|
- .artifacts
|
|
- .codex
|
|
- .DS_Store
|
|
- playwright-report
|
|
- test-results
|
|
env:
|
|
allow:
|
|
- CI
|
|
- NODE_OPTIONS
|
|
- OPENCLAW_*
|
|
ssh:
|
|
user: crabbox
|
|
port: "2222"
|