chore(ci): migrate from Shipfox to Namespace.so runners#150
Conversation
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (3)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ 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)docker/setup-qemu-actionremoved (Namespace builds AMD64+ARM64 natively without emulation)docker/setup-buildx-action→namespacelabs/nscloud-setup-buildx-action@v0(Remote Builders)Composite changes
nix-community/cache-nix-actionremoved (incompatible with Namespace runner setup)actions/cache→namespacelabs/nscloud-cache-action@v1(paths preserved)Validation
Test plan