Skip to content

docs(ci): record completed Depot transition evidence - #1125

Merged
ndizazzo merged 1 commit into
mainfrom
codex/ci-transition-evidence
Jul 31, 2026
Merged

ndizazzo merged 1 commit into
mainfrom
codex/ci-transition-evidence

Conversation

@ndizazzo

@ndizazzo ndizazzo commented Jul 31, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • records the completed cold/warm six-label Depot canaries;
  • records the denied feature-ref canary and temporary-ref cleanup;
  • records the exhaustive Depot-backed v0.75.0-rc1 release and warm non-GPU cache evidence;
  • records merged runner-images PR MoA: Mixture-of-Agents multi-model strategies #9 and its trusted-main validation;
  • records merged mesh-packaging PR Split UI bundle by route with lazy-loaded chunks #16, its complete product-v2 dry rehearsal, and merged-main precheck;
  • distinguishes proven public-repository Depot allocation from the runner-group policy that remains administratively unverified;
  • keeps DEPOT_RUNNERS_ENABLED unset until main has an enforceable review/status boundary and the runner-group allowlist is verified.

Evidence

  • Depot labels cold/warm: runs 30525111329 and 30525247727
  • denied feature ref: run 30593657371
  • exhaustive prerelease: run 30586470043
  • warm non-GPU release: run 30590595090
  • runner-images merged main: run 30522118156
  • packaging full rehearsal: run 30593548823
  • packaging merged main: run 30595367445

Validation

  • documentation-only change;
  • git diff --check;
  • stale pre-conversion assertions removed;
  • branch based exactly on current main (851888d0b0ce19916d6b0d7d73ce49246eef67d6).

Summary by CodeRabbit

  • Documentation
    • Updated CI documentation with the latest runner-image and Depot migration status.
    • Recorded successful canary, packaging, prerelease, and release validation results.
    • Documented completed artifact and runner-image migration work.
    • Clarified that broader Depot rollout remains disabled pending branch-protection and trust-boundary verification.
    • Updated the CI inventory to reflect current evidence and remaining rollout requirements.

@coderabbitai

coderabbitai Bot commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

📝 Walkthrough

Walkthrough

CI documentation now records completed packaging and runner-image migrations, successful validation runs, current Depot canary evidence, and the disabled global rollout gate pending administrative trust-boundary verification.

Changes

CI migration evidence

Layer / File(s) Summary
Packaging validation evidence
.agents/skills/manage-ci/references/current-inventory.md, ci/DEPOT_MIGRATION.md, ci/ci.md
Documents immutable packaging inputs, digest-based promotion, rehearsal results, and successful default-branch validation.
Runner-image migration results
.agents/skills/manage-ci/references/current-inventory.md, ci/DEPOT_MIGRATION.md, ci/ci.md
Marks the runner-image migration merged and records successful trusted-main runs and staging status.
Depot rollout controls
.agents/skills/manage-ci/references/current-inventory.md, ci/DEPOT_MIGRATION.md, ci/ci.md
Records Depot allocation and canary results while keeping DEPOT_RUNNERS_ENABLED unset until runner-group restrictions and branch protections are verified.

Estimated code review effort: 2 (Simple) | ~10 minutes

Possibly related PRs

Suggested reviewers: i386

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the documentation change recording completed Depot transition evidence.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/ci-transition-evidence

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@ci/ci.md`:
- Around line 574-587: Update the “Cold/warm six-label canaries” paragraph so it
lists the allowed canaries as passed, but describes the denied feature-ref
canary as “skipped as expected.” Keep the existing details about the exhaustive
prerelease, warm non-GPU release canary, and feature-ref cleanup unchanged.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: e00c305e-e9b5-4a35-adef-ca098a56c696

📥 Commits

Reviewing files that changed from the base of the PR and between 851888d and ff6184a.

📒 Files selected for processing (3)
  • .agents/skills/manage-ci/references/current-inventory.md
  • ci/DEPOT_MIGRATION.md
  • ci/ci.md

Comment thread ci/ci.md
Comment on lines +574 to +587
Cold/warm six-label canaries
[30525111329](https://github.com/Mesh-LLM/mesh-llm/actions/runs/30525111329)
and
[30525247727](https://github.com/Mesh-LLM/mesh-llm/actions/runs/30525247727),
denied feature-ref canary
[30593657371](https://github.com/Mesh-LLM/mesh-llm/actions/runs/30593657371),
exhaustive prerelease
[30586470043](https://github.com/Mesh-LLM/mesh-llm/actions/runs/30586470043),
and warm non-GPU release canary
[30590595090](https://github.com/Mesh-LLM/mesh-llm/actions/runs/30590595090)
all passed. The warm release canary used nine Depot jobs, restored both static
ABI inputs without compilation, and produced roughly 95% sccache hit rates in
both Linux native-SDK consumers. The feature-ref run was skipped before runner
allocation and its main-identical temporary ref was removed.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔒 Security & Privacy | 🟠 Major | ⚡ Quick win

Do not report the denied feature-ref canary as passed.

The same paragraph says all canaries passed, but the feature-ref run was skipped before runner allocation. Describe the allowed canaries as passed and the denied feature-ref canary as “skipped as expected,” matching ci/DEPOT_MIGRATION.md Lines [298-301] and current-inventory.md Lines [278-281].

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@ci/ci.md` around lines 574 - 587, Update the “Cold/warm six-label canaries”
paragraph so it lists the allowed canaries as passed, but describes the denied
feature-ref canary as “skipped as expected.” Keep the existing details about the
exhaustive prerelease, warm non-GPU release canary, and feature-ref cleanup
unchanged.

@ndizazzo
ndizazzo merged commit dc1e02c into main Jul 31, 2026
38 checks passed
@ndizazzo
ndizazzo deleted the codex/ci-transition-evidence branch July 31, 2026 01:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant