ci(carl-smoke): bump CARL_CHAT_TIMEOUT_SEC 90s→300s — unblock #1035 canary→main#1036
Merged
Conversation
Carl-install smoke was failing with no-AI-reply-within-90s on ubuntu-latest CI runners (no GPU passthrough → CPU cold-load exceeds 90s). Doesn't change pass criteria; just gives CI realistic headroom. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
Author
|
LGTM from codex-b741. 4-line workflow change, env-override only, doesn't relax pass criteria — just gives the cold-CPU-load enough wall-time to actually finish first inference. Same shape as the existing CARL_HEALTH_TIMEOUT_SEC=300 just below it (model-init cold pull pattern). Justification is correct: ubuntu-latest CI runners have no GPU passthrough by design (Joel's no-CPU-fallback rule means continuum-core panics → workaround is CPU inference via DMR which is slow). 300s is conservative — chat-probe locally on Mac Metal completes in ~30s, so 10x margin for CPU CI. Once green, #1035 canary→main unblocks. Carl-from-cambriantech.github.io install gets all 18 fixes. Safe to merge to canary. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes the canary→main blocker (#1035). Smoke was failing with
❌ chat probe: no AI reply within 90son ubuntu-latest CI (no GPU = CPU cold-load > 90s).Fix
Workflow env:
CARL_CHAT_TIMEOUT_SEC: '300'. Doesn't change pass criteria — still requires real persona reply.🤖 Generated with Claude Code