ci: add crabbox yaml config · openclaw/openclaw@c709b17
steipete
·
2026-05-01
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
|
| 1 | +profile: openclaw-check |
| 2 | +provider: aws |
| 3 | +class: beast |
| 4 | +capacity: |
| 5 | +market: spot |
| 6 | +strategy: most-available |
| 7 | +fallback: on-demand-after-120s |
| 8 | +regions: |
| 9 | + - eu-west-1 |
| 10 | +actions: |
| 11 | +workflow: .github/workflows/ci-check-testbox.yml |
| 12 | +ref: main |
| 13 | +aws: |
| 14 | +region: eu-west-1 |
| 15 | +rootGB: 400 |
| 16 | +sync: |
| 17 | +delete: true |
| 18 | +checksum: false |
| 19 | +gitSeed: true |
| 20 | +fingerprint: true |
| 21 | +baseRef: main |
| 22 | +exclude: |
| 23 | + - .artifacts |
| 24 | + - .cache |
| 25 | + - .codex |
| 26 | + - .DS_Store |
| 27 | + - .turbo |
| 28 | + - coverage |
| 29 | + - dist |
| 30 | + - dist-runtime |
| 31 | + - node_modules |
| 32 | + - playwright-report |
| 33 | + - test-results |
| 34 | +env: |
| 35 | +allow: |
| 36 | + - CI |
| 37 | + - NODE_OPTIONS |
| 38 | + - OPENCLAW_* |
| 39 | +ssh: |
| 40 | +user: crabbox |
| 41 | +port: "2222" |
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。