Skip to content

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

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

chore(ci): migrate from Shipfox to Namespace.so runners#446
NumaryBot 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)
  • docker/setup-qemu-action removed (Namespace builds AMD64+ARM64 natively without emulation)
  • docker/setup-buildx-actionnamespacelabs/nscloud-setup-buildx-action@v0 (Remote Builders)

Composite changes

  • nix-community/cache-nix-action removed (incompatible with Namespace runner setup)
  • actions/cachenamespacelabs/nscloud-cache-action@v1 (paths preserved)

Validation

Test plan

  • CI passes on this PR
  • No regression in build duration vs prior shipfox runs

@flemzord flemzord requested a review from a team as a code owner May 5, 2026 08:59
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 5, 2026

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (4)
  • .github/actions/default/action.yml is excluded by !**/*.yml
  • .github/actions/env/action.yml is excluded by !**/*.yml
  • .github/workflows/main.yml is excluded by !**/*.yml
  • .github/workflows/releases.yml is excluded by !**/*.yml

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 9719321b-b9a5-4228-9440-687f0a521dc5

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ 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.

@NumaryBot NumaryBot merged commit 15aff76 into main May 5, 2026
6 checks passed
@NumaryBot NumaryBot deleted the chore/migrate-ci-shipfox-to-namespace branch May 5, 2026 09:32
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.

2 participants