Commit 3707ba5
fix: address review feedback on --ssh-after-step
- Early-exit waitForLogMarker when attempt reaches terminal status
instead of polling forever if a step before the debug step fails
- Remove duplicate "Connecting to sandbox" message (already in waitForSandbox)
- Fix printSSHInfo to use run ID for `depot ci ssh` suggestion
- Remove arbitrary 10min timeout on log marker polling (rely on
terminal status check and context cancellation instead)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 991d3c4 commit 3707ba5
2 files changed
+11
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
243 | | - | |
244 | 243 | | |
245 | | - | |
| 244 | + | |
246 | 245 | | |
247 | 246 | | |
248 | 247 | | |
| |||
513 | 512 | | |
514 | 513 | | |
515 | 514 | | |
516 | | - | |
517 | | - | |
518 | | - | |
519 | 515 | | |
520 | 516 | | |
521 | | - | |
522 | | - | |
523 | | - | |
524 | 517 | | |
525 | 518 | | |
526 | 519 | | |
| |||
554 | 547 | | |
555 | 548 | | |
556 | 549 | | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
557 | 556 | | |
558 | 557 | | |
559 | 558 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
279 | | - | |
| 279 | + | |
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
| 285 | + | |
285 | 286 | | |
286 | 287 | | |
287 | 288 | | |
| |||
293 | 294 | | |
294 | 295 | | |
295 | 296 | | |
296 | | - | |
| 297 | + | |
297 | 298 | | |
298 | 299 | | |
299 | 300 | | |
| |||
0 commit comments