From c709b17fef6e0ae1a4b082e1def449a55283a977 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Fri, 1 May 2026 02:37:16 +0100 Subject: [PATCH] ci: add crabbox yaml config --- .crabbox.yaml | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 .crabbox.yaml 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"