docs(crabbox): warm Testbox in parallel · openclaw/openclaw@d68de3f
steipete
·
2026-06-14
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -54,6 +54,13 @@ pnpm crabbox:run -- --help | sed -n '1,120p'
|
54 | 54 | - For broad OpenClaw maintainer `pnpm` gates, prefer the repo wrapper with |
55 | 55 | `--provider blacksmith-testbox` or the repo Testbox helpers when the standing |
56 | 56 | Testbox policy applies. |
| 57 | +- Cold Testbox acquisition and hydration often take tens of seconds. When broad |
| 58 | + remote proof is likely, immediately start |
| 59 | +`node scripts/crabbox-wrapper.mjs warmup --provider blacksmith-testbox --keep --timing-json` |
| 60 | + in a background command session while inspecting, editing, and running |
| 61 | + focused local tests. Poll later, reuse the returned `tbx_...` with |
| 62 | +`--provider blacksmith-testbox --id <tbx_id>`, and stop it before handoff. |
| 63 | + Do not warm speculatively when remote proof is unlikely. |
57 | 64 | - Always report the actual provider and id. `cbx_...` means AWS Crabbox; |
58 | 65 | `tbx_...` means Blacksmith Testbox through Crabbox. If the output only says |
59 | 66 | `blacksmith testbox list`, use `blacksmith testbox list --all` before |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。