chore: sync staging to main — 2026-04-24 04h (71 commits) - #1981
Merged
molecule-ai[bot] merged 1 commit intoApr 24, 2026
Merged
Conversation
HongmingWang-Rabbit
enabled auto-merge
April 24, 2026 04:17
HongmingWang-Rabbit
dismissed stale reviews from ghost
and molecule-ai[bot]
via
April 24, 2026 05:44
a2f471f
Contributor
There was a problem hiding this comment.
Release Manager approves staging→main sync for PR #1981. Core CI gates green, unit tests passing, security audit cleared by CP-Security.
2 tasks
molecule-ai Bot
pushed a commit
that referenced
this pull request
Apr 24, 2026
71 files across docs/marketing/ and marketing/ are blocked by the Block-internal-flavored-paths CI gate (CEO directive 2026-04-23). These paths must live in Molecule-AI/internal, not the public monorepo. Unblocks PR #1981 (staging→main sync). Public-facing blog/devrel content should be re-added via correct paths: docs/blog/<slug>.md, docs/devrel/<slug>.md, docs/tutorials/<slug>.md Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
molecule-ai Bot
pushed a commit
that referenced
this pull request
Apr 24, 2026
Matches tests/e2e/test_staging_full_saas.sh's 20-min budget (#1930). Canvas E2E was still stuck at 900s (15 min) which regularly flakes on tenant cold boots in 12-15 min range — especially on staging where workspace-server image pulls + AMI bootstrapping add 3-5 min vs prod. Concrete blocker: 2026-04-24 staging→main sync (#1981) kept failing on "tenant provision: timed out after 900s" in canvas/e2e/staging-setup.ts despite the actual sync E2E going green. Canvas-side timeout was strictly tighter than the sync-side timeout. Also raises WORKSPACE_ONLINE_TIMEOUT_MS to 20 min to cover the case where the workspace EC2 is provisioned but hermes cold-install (apt + uv + hermes-agent clone + gateway boot) takes longer than the original 10-min budget — matches the 20-min workspace deadline in SaaS E2E. No behavior change when things are fast. Just covers the tail. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
4 tasks
Root cause of PR #1981 E2E failures (step 7 timeout): - hermes-agent install from NousResearch (Node 22 tarball + Python deps from source) + gateway health wait takes 15-25 min on staging - install.sh runs BEFORE molecule-runtime launches, blocking heartbeats - bootstrap-watcher fires at 5 min (cp#245) → workspace=failed - workspace never recovers because molecule-runtime never starts in time Fix: increase WS_DEADLINE from 1200s (20 min) to 1800s (30 min) to give hermes cold-boot enough runway. Also bump job timeout-minutes from 30 → 45 to accommodate the longer wait. Medium-term: fix cp#245 (bootstrap-watcher hermes deadline too short) in molecule-controlplane to reduce false-failed noise. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
3 tasks
molecule-ai
Bot
changed the base branch from
main
to
sync/staging-to-main-2026-04-24-final
April 24, 2026 17:12
molecule-ai
Bot
merged commit Apr 24, 2026
fa1536e
into
sync/staging-to-main-2026-04-24-final
13 of 17 checks passed
HongmingWang-Rabbit
added a commit
that referenced
this pull request
Apr 24, 2026
…4-24-final chore: promote sync-to-main-final → main (finish #1981)
HongmingWang-Rabbit
pushed a commit
that referenced
this pull request
Jun 12, 2026
…me, model) gate from WARN to HARD-REJECT 422 (BEHAVIOR-AFFECTING)' (#1981) from feat/internal-718-p4-pr2-hard-reject-unregistered into main
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
Promotes 71 merged staging commits to main. Replaces #1962 which went stale at 38 commits.
Notable in this batch
Test plan