Skip to content

ci: migrate to hosted runners and bound verification - #155

Merged
altaywtf merged 2 commits into
mainfrom
ci/public-hosted-runners
Sep 5, 2026
Merged

ci: migrate to hosted runners and bound verification#155
altaywtf merged 2 commits into
mainfrom
ci/public-hosted-runners

Conversation

@altaywtf

@altaywtf altaywtf commented Sep 5, 2026

Copy link
Copy Markdown
Member

Problem

This public repository used Blacksmith runners. Moving to standard GitHub-hosted ARM runners exposed unbounded verification fan-out: short subprocess fixtures timed out before initialization while all deterministic checks started together.

Solution

Use macos-26 and ubuntu-24.04-arm, preserving the existing OS versions and ARM64 execution. Limit simultaneous verification checks to available CPU capacity minus one, capped at four and floored at one, while preserving per-check deadlines and prompt failure reporting. Remove the unused Blacksmith Actionlint labels and document the runner contract.

Proof

The admission regression failed with four active checks where two were allowed; it now passes and confirms queued work drains after a failure. Focused static and services domains pass. The full mise run verify:fast graph passes all 38 checks in 21.49 seconds locally, including the unchanged timeout fixtures. The earlier hosted failure was run 33979113907; fresh CI will exercise the bounded runner on GitHub hardware.

Copilot AI lite review requested due to automatic review settings September 5, 2026 16:50
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 5, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-05T17:11:28.063930Z c659087 New commits
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

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

✨ CLEAN

The workflow now uses documented GitHub-hosted ARM labels, and deleting the Blacksmith actionlint allowlist matches that.

Copilot AI 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.

🟢 Approval recommended

Runner label updates and associated documentation/config cleanup are consistent and do not introduce behavioral changes beyond the intended runner migration.

Pull request overview

This PR migrates CI away from Blacksmith to standard GitHub-hosted runners while keeping the existing macOS 26 + Ubuntu 24.04 ARM64 execution environments, and documents that runner contract in the CI guide.

Changes:

  • Switch the verify workflow jobs to GitHub-hosted macos-26 (repo checks) and ubuntu-24.04-arm (release evaluation).
  • Remove the Actionlint configuration that existed solely to whitelist Blacksmith runner labels.
  • Document the runner/architecture contract in docs/github-pipelines.md.
File summaries
File Description
docs/github-pipelines.md Documents the GitHub-hosted runner labels and ARM64 contract for verify/release.
.github/workflows/verify.yml Updates runs-on to GitHub-hosted macos-26 and ubuntu-24.04-arm without changing triggers/commands.
.github/actionlint.yaml Removes now-unused Actionlint self-hosted runner label configuration tied to Blacksmith.
Review details
  • Files reviewed: 3/3 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@altaywtf altaywtf changed the title ci: use standard hosted ARM runners ci: migrate to hosted runners and bound verification Sep 5, 2026

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

✨ CLEAN

Hosted macos-26 and ubuntu-24.04-arm labels match current GitHub ARM runners, so the Blacksmith actionlint exceptions can go. runChecks caps concurrency and the new test covers the bound plus drain-after-failure.

@altaywtf
altaywtf merged commit 6f04aba into main Sep 5, 2026
6 checks passed
@altaywtf
altaywtf deleted the ci/public-hosted-runners branch September 5, 2026 17:14
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