diff --git a/.crabbox.yaml b/.crabbox.yaml new file mode 100644 index 00000000000..be66ec70139 --- /dev/null +++ b/.crabbox.yaml @@ -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"