docs(ci): document blacksmith outage fallback · openclaw/openclaw@75f7f30
vincentkoc
·
2026-05-07
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -553,7 +553,8 @@ pnpm crabbox:run -- --provider blacksmith-testbox \
|
553 | 553 | Read the final JSON summary. The useful fields are `provider`, `leaseId`, `syncDelegated`, `exitCode`, `commandMs`, and `totalMs`. One-shot Blacksmith-backed Crabbox runs should stop the Testbox automatically; if a run is interrupted or cleanup is unclear, inspect live boxes and stop only the boxes you created: |
554 | 554 | |
555 | 555 | ```bash |
556 | | -blacksmith testbox list |
| 556 | +blacksmith testbox list --all |
| 557 | +blacksmith testbox status --id <tbx_id> |
557 | 558 | blacksmith testbox stop --id <tbx_id> |
558 | 559 | ``` |
559 | 560 | |
@@ -572,6 +573,13 @@ blacksmith testbox run --id <tbx_id> "env CI=1 NODE_OPTIONS=--max-old-space-size
|
572 | 573 | blacksmith testbox stop --id <tbx_id> |
573 | 574 | ``` |
574 | 575 | |
| 576 | +If `blacksmith testbox list --all` and `blacksmith testbox status` work but new |
| 577 | +warmups sit `queued` with no IP or Actions run URL after a couple of minutes, |
| 578 | +treat it as Blacksmith provider, queue, billing, or org-limit pressure. Stop the |
| 579 | +queued ids you created, avoid starting more Testboxes, and move the proof to the |
| 580 | +owned Crabbox capacity path below while someone checks the Blacksmith dashboard, |
| 581 | +billing, and org limits. |
| 582 | + |
575 | 583 | Escalate to owned Crabbox capacity only when Blacksmith is down, quota-limited, missing the needed environment, or owned capacity is explicitly the goal: |
576 | 584 | |
577 | 585 | ```bash |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。