chore(ci): migrate from Shipfox to Namespace.so runners#140
Conversation
|
Warning Rate limit exceeded
To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
Summary
Migrate CI runners from Shipfox to Namespace.so as part of the org-wide CI infrastructure migration.
Per-workflow changes
runs-on: shipfox-Xvcpu-ubuntu-2404→runs-on: namespace-profile-linux-amd64-Xvcpuactions/checkout@v6→namespacelabs/nscloud-checkout-action@v7(git mirror caching,filter: tree:0→dissociate: true)docker/setup-qemu-actionremoved (Namespace builds AMD64+ARM64 natively without emulation)docker/setup-buildx-action→namespacelabs/nscloud-setup-buildx-action@v0(Remote Builders)Pattern A composite (
.github/actions/default/action.yml)nix-community/cache-nix-action@v7→namespacelabs/nscloud-cache-action@v1withcache: nixactions/cache@v5→namespacelabs/nscloud-cache-action@v1(paths preserved)Validation
Test plan
GoReleaserworks (addbuild-imageslabel if needed to trigger)