Skip to content

ci: route Linux runner through NSC_RUNNER variable#50

Open
mabry1985 wants to merge 1 commit into
mainfrom
ci/namespace-runner-override
Open

ci: route Linux runner through NSC_RUNNER variable#50
mabry1985 wants to merge 1 commit into
mainfrom
ci/namespace-runner-override

Conversation

@mabry1985

Copy link
Copy Markdown
Contributor

Route Linux runner through NSC_RUNNER

Part of the org-wide migration off Namespace toward self-hosted runners.

Converts hardcoded runs-on: namespace-profile-protolabs-linux to the override pattern already standard in the plugin repos:

runs-on: ${{ vars.NSC_RUNNER || 'namespace-profile-protolabs-linux' }}

No behavior change today — with NSC_RUNNER unset, every job still runs on Namespace. Once self-hosted runners are live, setting the org-level NSC_RUNNER variable moves the entire fleet at once, with no further workflow edits.

Converted 3 workflow line(s) in this repo.

🤖 Generated with Claude Code

Replaces hardcoded `runs-on: namespace-profile-protolabs-linux` with
`${{ vars.NSC_RUNNER || 'namespace-profile-protolabs-linux' }}`, matching
the override pattern already standard across the plugin repos.

No behavior change: with NSC_RUNNER unset, jobs still run on Namespace.
This lets the whole fleet move to self-hosted runners by setting a single
org-level Actions variable instead of editing every workflow.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@protoquinn

protoquinn Bot commented Jun 24, 2026

Copy link
Copy Markdown

👀 Quinn is reviewing — verdict (PASS / WARN / FAIL) + findings to follow.

@protoquinn protoquinn Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

QA Audit — PR #50 | ci: route Linux runner through NSC_RUNNER variable

VERDICT: WARN


CI Status

  • Lint + smoke test: queued

Diff Review

  • 3 workflow files, 1 mechanical line each: hardcoded runs-on${{ vars.NSC_RUNNER || 'namespace-profile-protolabs-linux' }}
  • || fallback guarantees zero behavior change with NSC_RUNNER unset
  • Expression syntax correct; pattern consistent with org-wide migration described in PR body
  • No unresolved CodeRabbit threads

Observations

  • LOW: clawpatch unavailable for release-tools (not in project registry) — structural review skipped. Diff is mechanical and low-risk; this gap is not a blocker.
  • INFO: CI still queued — non-terminal. Formal PASS/FAIL will land on re-dispatch once checks complete.

— Quinn, QA Engineer

@protoquinn

protoquinn Bot commented Jun 24, 2026

Copy link
Copy Markdown

Submitted COMMENT review on protoLabsAI/release-tools#50.

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.

1 participant