Skip to content

ci: migrate 3 of 3 jobs to smithy self-hosted runners#6

Open
avrabe wants to merge 1 commit intomainfrom
smithy-migration
Open

ci: migrate 3 of 3 jobs to smithy self-hosted runners#6
avrabe wants to merge 1 commit intomainfrom
smithy-migration

Conversation

@avrabe
Copy link
Copy Markdown
Contributor

@avrabe avrabe commented May 3, 2026

Summary

Migrates the single CI workflow (checks.yml) on the org-wide
.github repo from GitHub-hosted to the pulseengine smithy fleet.
All three jobs are tiny validators (file-existence, markdown link
check, SVG XML well-formedness) that complete in seconds.

Coverage

Workflow Job Class Notes
checks.yml ci light test -f checks against profile/README.md and pipeline.svg
checks.yml lint light grep-based markdown image-link validator
checks.yml test light Python 3 xml.etree.ElementTree SVG parse

Stays on hosted

Job Reason
(none) All three jobs migrate cleanly

Workarounds applied

None. Python 3 is preinstalled on smithy, and grep / test are part
of any Linux base. No sudo, apt-get, container, or external
toolchain dependency.

Test plan

  • All three jobs land on light runners on the next PR
  • ci, lint, test all pass green on smithy
  • Wall-clock improves (no GitHub-hosted queue)

Rollback

Revert this commit. The three runs-on: lines flip back to
ubuntu-latest.

References

  light        ci, lint, test (checks.yml)

Stays on ubuntu-latest:
  (none)

All three jobs are tiny file-existence / markdown-link / SVG-XML
validators that finish in seconds. Python 3 (used by `test`) is
preinstalled on smithy. No sudo, apt, or container deps.
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