Conversation
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueWarning Your free Security trial is over. An organization admin can upgrade to Advanced for continuous pull request security review or dismiss this notice. Comment |
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThe PR migrates the repository-owned Linux verification job to the uncached shared Namespace profile, adds actionlint awareness of the custom runner labels, and documents the runner contract while leaving native wheel matrices and externally controlled reusable workflows on caller-selected runners. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Use the shared uncached Ubuntu profile for the repository-owned CI job and document that externally controlled workflows retain caller-selected runners.
Keep startup snapshots independent of Node warning stream ordering and align the Oxford spelling policy with existing commit and environment identifiers.
8b14b06 to
e502ca6
Compare
|
Where this branch's work went, so nothing is lost if it is eventually closed. The Namespace migration is cancelled, so the runner change in
#56 also corrected three things in that commit, in a separate commit so the This pull request is deliberately left open. Closing it is yours to decide, not |
Summary
This branch moves repository-owned Linux jobs to the shared uncached
Namespace profile
namespace-profile-default(Ubuntu 22.04, amd64, 4 vCPU,16 GB) and records the custom runner labels for actionlint. Profile cache
volumes remain disabled. Native wheel matrices and externally controlled
reusable workflows retain caller-selected runners.
Review walkthrough
Validation
actionlint: passedmake check-fmt markdownlint: blocked because repository dependencies are not installed (node_modules/@biomejs/biome/bin/biomemissing)Notes
The shared profile is deliberately used without a repository-specific cache
volume during the pilot. The native wheel matrix remains GitHub-hosted because
it selects Windows, macOS, and architecture-specific runners at the reusable
workflow boundary.
Summary by Sourcery
Move repository-owned CI onto the shared uncached Namespace runner while documenting its contract and stabilizing related checks.
Bug Fixes:
Enhancements:
CI:
Documentation:
Tests: