ci: add crabbox yaml config

This commit is contained in:
Peter Steinberger
2026-05-01 02:37:16 +01:00
parent 38da2ac6f8
commit c709b17fef

41
.crabbox.yaml Normal file
View File

@@ -0,0 +1,41 @@
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/ci-check-testbox.yml
ref: main
aws:
region: eu-west-1
rootGB: 400
sync:
delete: true
checksum: false
gitSeed: true
fingerprint: true
baseRef: main
exclude:
- .artifacts
- .cache
- .codex
- .DS_Store
- .turbo
- coverage
- dist
- dist-runtime
- node_modules
- playwright-report
- test-results
env:
allow:
- CI
- NODE_OPTIONS
- OPENCLAW_*
ssh:
user: crabbox
port: "2222"