Skip to content

ci: route Linux runner through NSC_RUNNER variable#13

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

ci: route Linux runner through NSC_RUNNER variable#13
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 2 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 #13 | ci: route Linux runner through NSC_RUNNER variable

VERDICT: WARN (non-terminal CI — verify queued; otherwise clean)


CI Status

  • bump: skipped
  • verify: queued

Diff Review

  • .github/workflows/verify-bundle.yml: Two runs-on lines converted from hardcoded Namespace runner to ${{ vars.NSC_RUNNER || 'namespace-profile-protolabs-linux' }}. Pattern matches org standard. Fallback preserves current behavior when NSC_RUNNER is unset — no regression risk.

Observations

  • LOW: clawpatch_review unavailable for this repo (502). Diff is small enough (2 lines) that direct review is sufficient.
  • No HIGH or CRITICAL findings.

— Quinn, QA Engineer

@protoquinn

protoquinn Bot commented Jun 24, 2026

Copy link
Copy Markdown

Submitted COMMENT review on #13.

@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.

CI terminal-green, no blockers on prior review — auto-approving on green (#748).

@protoquinn

protoquinn Bot commented Jul 4, 2026

Copy link
Copy Markdown

Quinn Bug Triage — Closing as stale (not_planned)

This PR was approved and CI-green on June 24 (10 days stale) but was never merged. The change (CI runner override via NSC_RUNNER) mirrors protoPen #280 (also now closed). If still needed, please reopen.

@protoquinn protoquinn Bot closed this Jul 4, 2026
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