Skip to content

chore(ci): migrate from Shipfox to Namespace.so runners#140

Merged
flemzord merged 1 commit into
mainfrom
chore/migrate-ci-shipfox-to-namespace
May 5, 2026
Merged

chore(ci): migrate from Shipfox to Namespace.so runners#140
flemzord merged 1 commit into
mainfrom
chore/migrate-ci-shipfox-to-namespace

Conversation

@flemzord
Copy link
Copy Markdown
Member

@flemzord flemzord commented May 5, 2026

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-2404runs-on: namespace-profile-linux-amd64-Xvcpu
  • actions/checkout@v6namespacelabs/nscloud-checkout-action@v7 (git mirror caching, filter: tree:0dissociate: true)
  • docker/setup-qemu-action removed (Namespace builds AMD64+ARM64 natively without emulation)
  • docker/setup-buildx-actionnamespacelabs/nscloud-setup-buildx-action@v0 (Remote Builders)

Pattern A composite (.github/actions/default/action.yml)

  • nix-community/cache-nix-action@v7namespacelabs/nscloud-cache-action@v1 with cache: nix
  • actions/cache@v5namespacelabs/nscloud-cache-action@v1 (paths preserved)

Validation

Test plan

  • CI passes on this PR
  • No regression in build duration vs prior shipfox runs
  • GoReleaser works (add build-images label if needed to trigger)

@flemzord flemzord requested a review from a team May 5, 2026 08:05
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 5, 2026

Warning

Rate limit exceeded

@flemzord has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 46 minutes and 14 seconds before requesting another review.

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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 43667dbf-4ca7-4acb-8d12-19977ea99fe2

📥 Commits

Reviewing files that changed from the base of the PR and between eb9ce86 and 9be36fd.

📒 Files selected for processing (3)
  • .github/actions/docker/action.yml
  • .github/workflows/main.yml
  • .github/workflows/releases.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/migrate-ci-shipfox-to-namespace

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 and usage tips.

@flemzord flemzord merged commit ff32a35 into main May 5, 2026
6 checks passed
@flemzord flemzord deleted the chore/migrate-ci-shipfox-to-namespace branch May 5, 2026 08:56
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.

3 participants